- queryCommand
- The database command which will be initialized to return the information.
- matchingMediaObject
- A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object used to match the columns from the "Media Information Table".
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub PrepareFindMediaObjectInformationCommand( _ ByVal queryCommand As DbCommand, _ ByVal matchingMediaObject As MediaCreationManagement _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MediaCreationSqlDbDataAccessAgent Dim queryCommand As DbCommand Dim matchingMediaObject As MediaCreationManagement instance.PrepareFindMediaObjectInformationCommand(queryCommand, matchingMediaObject) | |
| C# | |
|---|---|
protected override void PrepareFindMediaObjectInformationCommand( DbCommand queryCommand, MediaCreationManagement matchingMediaObject ) | |
| Managed Extensions for C++ | |
|---|---|
protected: void PrepareFindMediaObjectInformationCommand( DbCommand* queryCommand, MediaCreationManagement* matchingMediaObject ) override | |
| C++/CLI | |
|---|---|
protected: void PrepareFindMediaObjectInformationCommand( DbCommand^ queryCommand, MediaCreationManagement^ matchingMediaObject ) override | |
Parameters
- queryCommand
- The database command which will be initialized to return the information.
- matchingMediaObject
- A Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement object used to match the columns from the "Media Information Table".
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code