DBExecution sqlIsExist Method DataBaseExecutors
Judge the existence of record.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public bool sqlIsExist(
	string sql
)

Parameters

sql
Type: System String

[Missing <param name="sql"/> documentation for "M:DataBaseExecutors.DBExecution.sqlIsExist(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.sqlIsExist(System.String)"]

Remarks

See Also