Vets the specified table name with no filtering.
Vets the specified table name with no filtering.
public bool Vet(String);
Vets the specified table name filtered with a where clause.
public bool Vet(String,String);
TableVet Class | CleanCode.Data Namespace