PipelineBuffer.ResetBlobData(Int32) Method

Definition

Deletes the contents of the specified BLOB column.

public:
 void ResetBlobData(int columnIndex);
public void ResetBlobData (int columnIndex);
member this.ResetBlobData : int -> unit
Public Sub ResetBlobData (columnIndex As Integer)

Parameters

columnIndex
Int32

The index of the column from which to delete existing BLOB data.

Applies to