ComponentOne DataObjects for .NET
SetNull Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : SetNull Method
A data field.
Sets the value of the specified field to null.
Syntax
'Declaration
 
Public Sub SetNull( _
   ByVal field As DataField _
) 
public void SetNull( 
   DataField field
)

Parameters

field
A data field.
See Also

Reference

C1DataRow Class
C1DataRow Members
C1DataRow Class
IsNull(Int32) Method