Active Query Builder 2 .NET Edition reference
Take Method



Sets the number of records to return.
Syntax
'Declaration
 
Public Function Take( _
   ByVal count As System.String _
) As QueryTransformer
'Usage
 
Dim instance As QueryTransformer
Dim count As System.String
Dim value As QueryTransformer
 
value = instance.Take(count)
public QueryTransformer Take( 
   System.string count
)
public: QueryTransformer* Take( 
   System.string* count
) 

Parameters

count

Return Value

Returns self.
See Also

Reference

QueryTransformer Class
QueryTransformer Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback