PipelineBuffer.ResetBlobData(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.