- insertCommand
- The database command which will be initialized to insert the new information.
- mediaObject
- A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that represents the media object which information will be inserted..
Visual Basic (Declaration) | |
---|---|
Protected MustOverride Sub PrepareInsertMediaObjectInfomrationCommand( _ ByVal insertCommand As DbCommand, _ ByVal mediaObject As MediaCreationManagement _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MediaCreationDbDataAccessAgent Dim insertCommand As DbCommand Dim mediaObject As MediaCreationManagement instance.PrepareInsertMediaObjectInfomrationCommand(insertCommand, mediaObject) |
C# | |
---|---|
protected abstract void PrepareInsertMediaObjectInfomrationCommand( DbCommand insertCommand, MediaCreationManagement mediaObject ) |
Managed Extensions for C++ | |
---|---|
protected: abstract void PrepareInsertMediaObjectInfomrationCommand( DbCommand* insertCommand, MediaCreationManagement* mediaObject ) |
C++/CLI | |
---|---|
protected: abstract void PrepareInsertMediaObjectInfomrationCommand( DbCommand^ insertCommand, MediaCreationManagement^ mediaObject ) |
Parameters
- insertCommand
- The database command which will be initialized to insert the new information.
- mediaObject
- A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object that represents the media object which information will be inserted..
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7