Public Function GetLimitClause( _ ByVal maxRecords As Long _ ) As String
Dim instance As PostgreSqlProvider Dim maxRecords As Long Dim value As String value = instance.GetLimitClause(maxRecords)
public string GetLimitClause( long maxRecords )
public: string* GetLimitClause( long maxRecords )
public: String^ GetLimitClause( int64 maxRecords )
Parameters
- maxRecords
- The maximum records to retrieve