The following tables list the members exposed by MediaCreationSqlDbDataAccessAgent.
Name | Description | |
---|---|---|
MediaCreationSqlDbDataAccessAgent | Initializes a new instance of the MediaCreationSqlDbDataAccessAgent class with a connection string |
Name | Description | |
---|---|---|
MediaCreationDbDataAccessAgent | Initializes a new instance of this class. (Inherited from MediaCreationDbDataAccessAgent) |
Name | Description | |
---|---|---|
AddMediaObject | Stores a media object into the data store. (Inherited from MediaCreationDbDataAccessAgent) | |
DeleteMediaLocation | Deletes the location of the provided media objects. (Inherited from MediaCreationDbDataAccessAgent) | |
DeleteMediaObject | Deletes media objects that matches the provided media object from the data store. (Inherited from MediaCreationDbDataAccessAgent) | |
FindMediaLocation | Queries for the location of created media objects. (Inherited from MediaCreationDbDataAccessAgent) | |
FindMediaObjects | Queries for media objects that match the provided media object. (Inherited from MediaCreationDbDataAccessAgent) | |
GetMediaObject | Gets a media object. (Inherited from MediaCreationDbDataAccessAgent) | |
GetStatusUpdateDate | Gets the date and time when the media object status was last updated. (Inherited from MediaCreationDbDataAccessAgent) | |
InsertMediaLocation | Inserts the media locations to the data store. (Inherited from MediaCreationDbDataAccessAgent) | |
UpdateMediaLocation | Updates the existing media locations in the data store. (Inherited from MediaCreationDbDataAccessAgent) | |
UpdateMediaObjectRequest | Updates the request information for an existing media object. (Inherited from MediaCreationDbDataAccessAgent) | |
UpdateMediaObjectStatus | Updates the status information for an existent media object. (Inherited from MediaCreationDbDataAccessAgent) |
Name | Description | |
---|---|---|
CreateDatabaseProvider | Creates a database provider for connecting and working with the Media Creation Management database. | |
PrepareDeleteMediaObjectsCommand | Initializes a System.Data.Common.DbCommand which deletes media objets. | |
PrepareDeleteMediaPathCommand | Initializes a System.Data.Common.DbCommand which deletes media location. | |
PrepareFindMediaObjectFailedCompositeAttributesCommand | Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table. | |
PrepareFindMediaObjectFailedCompositeInstancesCommand | Initializes a System.Data.Common.DbCommand which returns the columns from the "Failed Composite Instances" Table. | |
PrepareFindMediaObjectInformationCommand | Initializes a System.Data.Common.DbCommand which returns the columns from the "Media Information" Table. | |
PrepareFindMediaObjectReferencedCompositeInstancesCommand | Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Composite Instances" Table. | |
PrepareFindMediaObjectReferencedMediaStorageCommand | Initializes a System.Data.Common.DbCommand which returns the columns from the "Referenced Media Storage" Table. | |
PrepareGetStatusUpdateDateCommand | Initializes a System.Data.Common.DbCommand which returns the "StatusUpdateDate" colume from the "Media Information" table. | |
PrepareInsertMediaObjectFailedCompositeAttributesCommand | Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Attributes" table. | |
PrepareInsertMediaObjectFailedCompositeInstancesCommand | Initializes a System.Data.Common.DbCommand which inserts information in the "Failed Composite Instances" table. | |
PrepareInsertMediaObjectInfomrationCommand | Initializes a System.Data.Common.DbCommand which inserts information in the "Media Information" table. | |
PrepareInsertMediaObjectReferencedCompositeInstancesCommand | Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Composite Instances" table. | |
PrepareInsertMediaPathCommand | Initializes a System.Data.Common.DbCommand which inserts information in the "Media Location" table. | |
PrepareInsertReferencedMediaStorage | Initializes a System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table. | |
PrepareQueryMediaPathCommand | Initializes a System.Data.Common.DbCommand that will query for the media location from the "Media Location" Table. | |
PrepareUpdateMediaObjectInformationStatusCommand | Initializes a System.Data.Common.DbCommand which updates the Media object status information. | |
PrepareUpdateMediaObjectRequestCommand | Initializes a System.Data.Common.DbCommand which updates the Media object request information. | |
PrepareUpdateMediaPathCommand | Initializes a System.Data.Common.DbCommand which updates the Media object creation path. | |
PrepareUpdateStatusUpdateDateCommand | Initializes a System.Data.Common.DbCommand which updates the status update date for a media object. |
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 MediaCreationDbDataAccessAgent) |