Omb.Domain Namespace > PhenotypeQueryMgr Class > ConditionToSQL Method : ConditionToSQL(String,Operator,String,String) Method |
Get the appropriate construct in SQL for the input condition.
[Visual Basic]
Overloads Protected Overridable Function ConditionToSQL( _
ByVal parameter As String, _
ByVal op As Operator, _
ByVal value1 As String, _
ByVal value2 As String _
) As String
[C#]
protected virtual string ConditionToSQL(
string parameter,
Operator op,
string value1,
string value2
);
[C++]
protected: virtual string* ConditionToSQL(
string* parameter,
Operator op,
string* value1,
string* value2
)
[C++/CLI]
protected:
virtual String^ ConditionToSQL(
String^ parameter,
Operator op,
String^ value1,
String^ value2
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
PhenotypeQueryMgr Class | PhenotypeQueryMgr Members | Overload List
© 2009 Medical College of Georgia. All Rights Reserved.