The
database command which will be initialized to insert the new information.
Initializes a
System.Data.Common.DbCommand which inserts information in the "Referenced Media Storage" table.
Syntax
protected override void PrepareInsertReferencedMediaStorage(
DbCommand command,
string ,
StorageMediaFileSet
)
'Declaration
Protected Overrides Sub PrepareInsertReferencedMediaStorage( _
ByVal command As DbCommand, _
ByVal As String, _
ByVal As StorageMediaFileSet _
)
'Usage
Dim instance As MediaCreationSqlDbDataAccessAgent
Dim command As DbCommand
Dim sopInstanceUID As String
Dim storageFileSet As StorageMediaFileSet
instance.PrepareInsertReferencedMediaStorage(command, sopInstanceUID, storageFileSet)
protected: void PrepareInsertReferencedMediaStorage(
DbCommand* command,
string* ,
StorageMediaFileSet*
) override
protected:
void PrepareInsertReferencedMediaStorage(
DbCommand* command,
string* ,
StorageMediaFileSet*
) override
Parameters
- command
- The database command which will be initialized to insert the new information.
- sopInstanceUID
- A System.String that represents the SOP Instance UID for the media object which information will be inserted.
- storageFileSet
- The Leadtools.Dicom.Common.DataTypes.StorageMediaFileSet information which will be inserted.
Requirements
See Also