TableVet Vet Method (String, String)CleanCode C# Libraries v1.2.03 API
Vets the specified table name filtered with a where clause.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool Vet(
	string tableName,
	string clause
)

Return Value

Flag indicating whether any lines were returned.
Remarks

Vet will count the number of records in the specified table with the specified where clause. It is considered successful if the query returns a non-zero number of lines.
See Also