Tables Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a collection of tables contained within the ShippingRatesDataSet.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As DataTableCollection
'Usage
Dim instance As ShippingRatesDataSet
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 ShippingRatesDataSet; 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.