- queryCommand
- The DbCommand to be initialized.
- query
- A FindQuery object containing the query parameters.
| Visual Basic (Declaration) | |
|---|---|
Overrides Protected Sub InitializeQueryStudiesCommand( _ ByVal queryCommand As DbCommand, _ ByVal query As FindQuery _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
protected override void InitializeQueryStudiesCommand( DbCommand queryCommand, FindQuery query ) | |
| C++/CLI | |
|---|---|
protected: void InitializeQueryStudiesCommand( DbCommand queryCommand, FindQuery query ) override | |
Parameters
Override this method to provide the database specific behavior for query.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code