- imageInsertCommand
- The DbCommand to be initialized.
- image
- The DicomInformation.ImagesRow object which values will be inserted into the database.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub InitializeImageInsertCommand( _ ByVal imageInsertCommand As DbCommand, _ ByVal image As DicomInformation.ImagesRow _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected override void InitializeImageInsertCommand( DbCommand imageInsertCommand, DicomInformation.ImagesRow image ) | |
| C++/CLI | |
|---|---|
protected: void InitializeImageInsertCommand( DbCommand imageInsertCommand, DicomInformation.ImagesRow^ image ) override | |
Parameters
- imageInsertCommand
- The DbCommand to be initialized.
- image
- The DicomInformation.ImagesRow object which values will be inserted into the database.
Override this method to provide the database specific behavior for insertion.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code