Sets the value of the named Property to Null
[Visual Basic]
Overrides Public Sub _SetNull( _
ByVal PropertyName As String _
) [C#]
public override void _SetNull(
string PropertyName
);[JScript]
public override function _SetNull(
PropertyName : String
);Only sets if the value is not already Null to avoid row state changing
ConstructorClass Class | ConstructorClass Members
©2006 i3 Design Limited. All rights reserved.