CleanCode C# Libraries v0.9.23 API

TableVet.Vet Method

Vets the specified table name with no filtering.

Overload List

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);

See Also

TableVet Class | CleanCode.Data Namespace