Share via


IsDateCreatedNull Method

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

Checks to see if the DateCreatedColumn column is nullNothingnullptra null reference (Nothing in Visual Basic).

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Function IsDateCreatedNull As Boolean
'Usage
Dim instance As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
Dim returnValue As Boolean

returnValue = instance.IsDateCreatedNull()
public bool IsDateCreatedNull()
public:
bool IsDateCreatedNull()
public function IsDateCreatedNull() : boolean

Return Value

Type: System..::.Boolean
true if the DateCreatedColumn is nullNothingnullptra null reference (Nothing in Visual Basic); otherwise false.

Remarks

Gets a value that indicates whether the specified DateCreatedColumn contains a nullNothingnullptra null reference (Nothing in Visual Basic) value.

Permissions

See Also

Reference

InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Class

InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Members

Microsoft.CommerceServer.Inventory Namespace