SetPropertyOrderNull Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Sets the PropertyOrderColumn to DBNull value.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub SetPropertyOrderNull
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
instance.SetPropertyOrderNull()
public void SetPropertyOrderNull()
public:
void SetPropertyOrderNull()
public function SetPropertyOrderNull()
Remarks
If you attempt to set a database property to nullNothingnullptra null reference (Nothing in Visual Basic) using the .NET Framework, you will probably fail. This is because the .NET Framework uses the DBNull class instead of null for database values.
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
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Class
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Members