BlobColumn Members

Include Protected Members
Include Inherited Members

Defines a column in a data flow buffer that contains data that has a SQL Server data type of text, ntext, or image.

The BlobColumn type exposes the following members.

Methods

  Name Description
Public method AddBlobData(array<Byte[]) Adds binary data to a BlobColumn column.
Public method AddBlobData(array<Byte[], Int32) Adds a specified number of bytes of binary data to a BlobColumn column.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetBlobData(Int32, Int32) Returns the specified portion of the data in the column.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ResetBlobData() Deletes the contents of the column.
Public method SetNull() Sets the column value to null.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ColumnInfo Gets read-only metadata about the column.
Public property IsNull Gets a value that indicates whether the column is null.
Public property Length Gets the length of the contents of the column.

Top