Click or drag to resize
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; }

Property Value

Type: Int32
See Also