Class S.ResultModifier
Class containing different static methods to support the modification of the resultset.
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public static class ResultModifier : Object
Methods
Top(FieldInfo, Int32)
OBSOLETE: The TOP operator is obsolete and no longer supported. Use the paging functionality on SoCommand.ExecuteReader instead.
Declaration
public static Top Top(FieldInfo mainField, int numberOfRows)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | mainField | |
Int32 | numberOfRows |
Returns
Type | Description |
---|---|
Top |