Share via


SetDescriptionNull Method

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

Sets the DescriptionColumn to DBNull value.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Sub SetDescriptionNull
'Usage
Dim instance As PaymentMethodDataSet..::.PaymentMethodRow

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

Remarks

Method sets the Description column in this row to nullNothingnullptra null reference (Nothing in Visual Basic). 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

PaymentMethodDataSet..::.PaymentMethodRow Class

PaymentMethodDataSet..::.PaymentMethodRow Members

Microsoft.CommerceServer.Orders Namespace