DBStoredProcedureNumberOfResultsets Property |
Reflects the number of resultsets returned by the stored procedure.
If the stored procedure has resultsets defined, this property returns the # of resultsets defined in that list of resultsets, otherwise it
returns the number of resultsets set through this property. Setting this property only succeeds if there are no resultsets defined inside this
stored procedure.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax [AllowInFilterAttribute(2)]
public virtual int NumberOfResultsets { get; set; }
<AllowInFilterAttribute(2)>
Public Overridable Property NumberOfResultsets As Integer
Get
Set
Property Value
Type:
Int32See Also