ActiveDatabaseSoftware.ActiveQueryBuilder.QueryTransformer Namespace > QueryTransformer Class > Where Method : Where(String) Method |
'Declaration Public Overloads Function Where( _ ByVal condition As System.String _ ) As QueryTransformer
'Usage Dim instance As QueryTransformer Dim condition As System.String Dim value As QueryTransformer value = instance.Where(condition)
public QueryTransformer Where( System.string condition )
public: QueryTransformer* Where( System.string* condition )