The following tables list the members exposed by MediaCreationSqlDbDataAccessAgent.
| Name | Description | |
|---|---|---|
| MediaCreationSqlDbDataAccessAgent Constructor | Initializes a new instance of the MediaCreationSqlDbDataAccessAgent class with a connection string |
| Name | Description | |
|---|---|---|
| ConnectionString | Gets the connection string for the Media Creation Management database |
| Name | Description | |
|---|---|---|
| DataProvider | Gets the database provider for connecting and working with the Media Creation Management database. (Inherited from Leadtools.Medical.Media.DataAccessLayer.MediaCreationDbDataAccessAgent) |
Top
| Name | Description | |
|---|---|---|
| CreateDatabaseProvider | Overridden. Creates a database provider for connecting and working with the Media Creation Management database. |
| PrepareDeleteMediaObjectsCommand | Overridden. Initializes a System.Data.Common.DbCommand which deletes media objets. |
| PrepareDeleteMediaPathCommand | Overridden. Initializes a System.Data.Common.DbCommand which deletes media location. |
| PrepareFindMediaObjectFailedCompositeAttributesCommand | Overridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table. |
| PrepareFindMediaObjectFailedCompositeInstancesCommand | Overridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Instances" Table. |
| PrepareFindMediaObjectInformationCommand | Overridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table. |
| PrepareFindMediaObjectReferencedCompositeInstancesCommand | Overridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Composite Instances" Table. |
| PrepareFindMediaObjectReferencedMediaStorageCommand | Overridden. Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Media Storage" Table. |
| PrepareGetStatusUpdateDateCommand | Overridden. Initializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table. |
| PrepareInsertMediaObjectFailedCompositeAttributesCommand | Overridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table. |
| PrepareInsertMediaObjectFailedCompositeInstancesCommand | Overridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table. |
| PrepareInsertMediaObjectInfomrationCommand | Overridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table. |
| PrepareInsertMediaObjectReferencedCompositeInstancesCommand | Overridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table. |
| PrepareInsertMediaPathCommand | Overridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table. |
| PrepareInsertReferencedMediaStorage | Overridden. Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table. |
| PrepareQueryMediaPathCommand | Overridden. Initializes a System.Data.Common.DbCommand that will query for the media location from the "Media Location" Table. |
| PrepareUpdateMediaObjectInformationStatusCommand | Overridden. Initializes a System.Data.Common.DbCommand which updates the Media object status information. |
| PrepareUpdateMediaObjectRequestCommand | Overridden. Initializes a System.Data.Common.DbCommand which updates the Media object request information. |
| PrepareUpdateMediaPathCommand | Overridden. Initializes a System.Data.Common.DbCommand which updates the Media object creation path. |
| PrepareUpdateStatusUpdateDateCommand | Overridden. Initializes a System.Data.Common.DbCommand which updates the status update date for a media object. |