The
database command which will be initialized to return the information.
Initializes a
System.Data.Common.DbCommand which returns the columns from the "Failed Composite Attributes" Table.
Syntax
protected override void PrepareFindMediaObjectFailedCompositeAttributesCommand(
DbCommand queryCommand,
string ,
SopInstanceReference
)
'Declaration
Protected Overrides Sub PrepareFindMediaObjectFailedCompositeAttributesCommand( _
ByVal queryCommand As DbCommand, _
ByVal As String, _
ByVal As SopInstanceReference _
)
'Usage
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim queryCommand As DbCommand
Dim sopInstanceUID As String
Dim failedSopInstance As SopInstanceReference
instance.PrepareFindMediaObjectFailedCompositeAttributesCommand(queryCommand, sopInstanceUID, failedSopInstance)
protected: void PrepareFindMediaObjectFailedCompositeAttributesCommand(
DbCommand* queryCommand,
string* ,
SopInstanceReference*
) override
protected:
void PrepareFindMediaObjectFailedCompositeAttributesCommand(
DbCommand* queryCommand,
string* ,
SopInstanceReference*
) override
Parameters
- queryCommand
- The database command which will be initialized to return the information.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object which information will be returned.
- failedSopInstance
- A Leadtools.Dicom.Common.DataTypes.SopInstanceReference object that represents the failed instance information in the media object which attributes will be returned.
Requirements
See Also