Tables Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a collection of tables contained within the CatalogDefinitionPropertiesDataSet.

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 CatalogDefinitionPropertiesDataSet
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 the CatalogDefinitionPropertiesDataSet; otherwise a nullNothingnullptra null reference (Nothing in Visual Basic) value if no DataTableCollection object exists.

Remarks

You can iterate through the DataTableCollection to get to the tables.

Permissions

See Also

Reference

CatalogDefinitionPropertiesDataSet Class

CatalogDefinitionPropertiesDataSet Members

Microsoft.CommerceServer.Catalog Namespace