SDAC

TMSTableData Class

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.

Unit

MSAccess

Syntax

TMSTableData = class(TMemDataSet);

Remarks

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.

Inheritance Hierarchy

TMemDataSet
   TMSTableData

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback