Click or drag to resize
StoredProcedureCallFillDataTable Method
Fills a new DataTable 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.3.0.0 (5.3.0)
Syntax
public DataTable FillDataTable()

Return Value

Type: DataTable
filled new DataTable
See Also