CreatedColumn Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the Created values in the RegionCodeDataSet..::.CountryCodesDataTable table.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property CreatedColumn As DataColumn
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventArg
Dim value As DataColumn
value = instance.CreatedColumn
public DataColumn CreatedColumn { get; }
public:
property DataColumn^ CreatedColumn {
DataColumn^ get ();
}
public function get CreatedColumn () : DataColumn
Property Value
Type: System.Data..::.DataColumn
A DataColumn containing the Created values in the RegionCodeDataSet..::.CountryCodesDataTable table.
Remarks
The DataColumn contains the Created values used in the RegionCodeDataSet..::.CountryCodesDataTable, from 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.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventArg Class
RegionCodeDataSet..::.CountryCodesDataTable..::.CreatedChangeEventArg Members