PrepareFindMediaObjectReferencedCompositeInstancesCommand Method (MediaCreationSqlDbDataAccessAgent)
Syntax
protected override void PrepareFindMediaObjectReferencedCompositeInstancesCommand(
DbCommand queryCommand,
string sopInstanceUID
)
Protected Overrides Sub PrepareFindMediaObjectReferencedCompositeInstancesCommand( _
ByVal queryCommand As DbCommand, _
ByVal sopInstanceUID As String _
)
protected:
void PrepareFindMediaObjectReferencedCompositeInstancesCommand(
DbCommand^ queryCommand,
String^ sopInstanceUID
) 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.