| DBStoredProcedureResultset Constructor  | 
  
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic DBStoredProcedureResultset(
	DBStoredProcedure owningStoredProcedure,
	string resultsetName
)
Public Sub New ( 
	owningStoredProcedure As DBStoredProcedure,
	resultsetName As String
)
Parameters
- owningStoredProcedure
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBStoredProcedure
The owning stored procedure. - resultsetName
 - Type: SystemString
Name of the resultset. 
See Also