Show / Hide Table of Contents

Class S.ResultModifier

Class containing different static methods to support the modification of the resultset.

Inheritance
object
S.ResultModifier
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top