TableVet Vet Method (String)CleanCode C# Libraries v1.2.03 API
Vets the specified table name with no filtering.

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

public bool Vet(
	string tableName
)

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