SDAC

TMSTableData.Table Property

Used for assigning data from TMSTableData to a stored procedure parameter.

Class

TMSTableData

Syntax

property Table: TMSSQLTableObject;

Remarks

Use the Table property to assign data from TMSTableData to a stored procedure parameter.

Example

MSStoredProc.ParamByName('TVP').AsTable := MSTableData.Table; 
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback