Share via


Tables Property

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

Gets a collection of tables contained within the CatalogPropertiesDataSet.

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 CatalogPropertiesDataSet
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 CatalogPropertiesDataSet; 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

See Also

Reference

CatalogPropertiesDataSet Class

CatalogPropertiesDataSet Members

Microsoft.CommerceServer.Catalog Namespace