Active Query Builder 2 .NET Edition reference
Where(String) Method



Adds filtration condition defined by the SQL expression.
Syntax
'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
) 

Parameters

condition

Return Value

Returns self.
See Also

Reference

QueryTransformer Class
QueryTransformer Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback