Class MaximumRowsExceededEventArgs
Inheritance
System.Object
MaximumRowsExceededEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation
Assembly: fcSDK.dll
Syntax
public class MaximumRowsExceededEventArgs
Constructors
MaximumRowsExceededEventArgs(Int32, Int32)
Declaration
public MaximumRowsExceededEventArgs(int totalPossibleRows, int maxRowsToReturn)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | totalPossibleRows | |
System.Int32 | maxRowsToReturn |
Properties
CancelQuery
Declaration
public bool CancelQuery { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RowsToReturn
Declaration
public int RowsToReturn { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TotalPossibleRows
Declaration
public int TotalPossibleRows { get; }
Property Value
Type | Description |
---|---|
System.Int32 |