![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.DataContracts Namespace : DbBinaryData Class |
The following tables list the members exposed by DbBinaryData.
Name | Description | |
---|---|---|
![]() | DbBinaryData Constructor | Overloaded. |
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. |
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. |