CleanCode C# Libraries v0.9.23 API

TableVet.Vet Method (String, String)

Vets the specified table name filtered with a where clause.

public bool Vet(
   String tableName,
   String clause
);

Parameters

tableName
Name of the table.
clause
A filtering 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

TableVet Class | CleanCode.Data Namespace | TableVet.Vet Overload List