- studyInsertCommand
- The DbCommand to be initialized.
- study
- The DicomInformation.StudiesRow object containing the values that will be inserted into the database.
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable MustOverride Sub InitializeStudyInsertCommand( _ ByVal studyInsertCommand As DbCommand, _ ByVal study As DicomInformation.StudiesRow _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected virtual abstract void InitializeStudyInsertCommand( DbCommand studyInsertCommand, DicomInformation.StudiesRow study ) | |
| C++/CLI | |
|---|---|
protected: virtual abstract void InitializeStudyInsertCommand( DbCommand studyInsertCommand, DicomInformation.StudiesRow^ study ) | |
Parameters
- studyInsertCommand
- The DbCommand to be initialized.
- study
- The DicomInformation.StudiesRow object containing the values that 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