The following tables list the members exposed by DbBinaryData.
Public Constructors
Name | Description | |
---|---|---|
DbBinaryData | Initializes a new instance of the DbBinaryData class with explicit parameters. |
Public Methods
Name | Description | |
---|---|---|
FieldFileName | Gets the full path for the file stored in the field. | |
LoadData | Gets a buffer from a database field. | |
SaveData | Saves a buffer to database field. |
Public Properties
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 System.Data.Common.DbParameter objects. | |
Provider | Gets or sets the type of System.Data.Common.DbConnection to be used. |