NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataBuffer.SetNull

[To be supplied.]

[Visual Basic]
Sub SetNull( _
   ByVal i As Integer _
)
[C#]
void SetNull(
   int i
);
[C++]
void SetNull(
   int i
) = 0;
[JScript]
function SetNull(
   i : int
);

Parameters

i
[To be supplied.]

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace