- patientsCommand
- The DbCommand to be initialized.
- patientID
- The Patient ID String value for identifying the patient to be deleted.
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable MustOverride Sub InitializePatientsDeleteCommand( _ ByVal patientsCommand As DbCommand, _ ByVal patientID As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected virtual abstract void InitializePatientsDeleteCommand( DbCommand patientsCommand, string patientID ) | |
| C++/CLI | |
|---|---|
protected: virtual abstract void InitializePatientsDeleteCommand( DbCommand patientsCommand, String^ patientID ) | |
Parameters
Override this method to provide the database specific behavior for deletion.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code