| StoredProcedureCallFillDataSet Method  | 
 
            Fills a new DataSet with name equal to the specified mappedCallName with the results of the stored procedure when called.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic DataSet FillDataSet()
Public Function FillDataSet As DataSet
Return Value
Type: 
DataSetfilled new DataSet
See Also