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 the collection of tables contained in the RegionCodeDataSet.
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 RegionCodeDataSet
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
The DataTableCollection contained by this RegionCodeDataSet. An empty collection is returned if no DataTable objects exist.
Remarks
Returns the collection of tables contained in the RegionCodeDataSet.
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.