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