Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a collection of tables contained within the CatalogDefinitionsDataSet.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As DataTableCollection
'Usage
Dim instance As CatalogDefinitionsDataSet
Dim value As DataTableCollection
value = instance.Tables
public DataTableCollection Tables { get; }
public:
property DataTableCollection^ Tables {
DataTableCollection^ get ();
}
public function get Tables () : DataTableCollection
Property Value
Type: System.Data..::.DataTableCollection
A DataTableCollection contained by CatalogDefinitionsDataSet; otherwise a nullNothingnullptra null reference (Nothing in Visual Basic) value if no DataTableCollection objects exist.
Remarks
You can iterate through the DataTableCollection to get to the tables.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogDefinitionsDataSet Class