IRetrievalQueryResultsetNumber Property |
Gets or sets the resultset number to retrieve. This is a 1-based number (so first resultset is numbered '1', which is also the default).
If set to 2 or higher, Execute will call NextResult() on the datareader till the required resultset is reached or NextResult returns false.
If set to 0 or lower, the number is ignored.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax int ResultsetNumber { get; set; }
Property ResultsetNumber As Integer
Get
Set
Property Value
Type:
Int32See Also