Freigeben über


SetMinimumCurrencyValueNull Method

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

Sets the MinimumCurrencyValueColumn to a DBNull value.

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

Syntax

'Declaration
Public Sub SetMinimumCurrencyValueNull
'Usage
Dim instance As CatalogPropertiesDataSet..::.CatalogProperty

instance.SetMinimumCurrencyValueNull()
public void SetMinimumCurrencyValueNull()
public:
void SetMinimumCurrencyValueNull()
public function SetMinimumCurrencyValueNull()

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 nullNothingnullptra null reference (Nothing in Visual Basic) for database values.

Permissions

See Also

Reference

CatalogPropertiesDataSet..::.CatalogProperty Class

CatalogPropertiesDataSet..::.CatalogProperty Members

Microsoft.CommerceServer.Catalog Namespace