The following tables list the members exposed by DbBinaryData.
| Name | Description | |
|---|---|---|
| DbBinaryData Constructor | Overloaded. Initializes a new instance of the DbBinaryData class. |
| Name | Description | |
|---|---|---|
| CommandText | Gets or sets the command text to execute. |
| CommandType | Gets or sets the command type which specifies how to parse the CommandText property. |
| ConnectionString | Gets or sets the connection used to open the data source. |
| DataFieldName | Gets or sets a value that specifies the file name. |
| DataFieldPathBase | Gets or sets a value that specifies the directory to which to load or save the file. |
| DataFieldType | Gets or sets the field type. |
| Parameters | Gets or sets the collection of DbParameter objects. |
| Provider | Gets or sets the type of DbConnection to be used. |
| Name | Description | |
|---|---|---|
| FieldFileName | Gets the full path for the file stored in the field. |
| LoadData | Overridden. Gets a buffer from a database field. |
| SaveData | Overridden. Saves a buffer to database field. |