Oid Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the OidColumn column of the InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable table.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Oid As Integer
'Usage
Dim instance As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
Dim value As Integer
value = instance.Oid
instance.Oid = value
public int Oid { get; set; }
public:
property int Oid {
int get ();
void set (int value);
}
public function get Oid () : int
public function set Oid (value : int)
Property Value
Type: System..::.Int32
The value from the OidColumn column of the InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable table.
Remarks
An identity column to create a clustered index. The unique identifier for the SKU.
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
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Class
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Members