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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DataTable FillDataTable()
Public Function FillDataTable As DataTable
Return Value
Type:
DataTablefilled new DataTable
See Also