A component for working with user-defined table types in SQL Server 2008.
For a list of all members of this type, see TMSTableData members.
TMSTableData = class(TMemDataSet);
The TMSTableData allows working with table types in SQL Server 2008. Use the TMSTableData.TableTypeName property to specify the table type.
When adding, changing, and deleting operations in dataset, data are stored in an internal cache on the client side. Data are sent to the server only as data of Table-Valued Parameters when a stored procedure is executed. To assign dataset contents to a parameter use the Table property.
TMemDataSet
TMSTableData