ORM Sample Class Library
TypeHelper.GetOperator Method
Maps the enum MatchType to it's SQL operator.
[Visual Basic]
Public Shared Function GetOperator( _
ByVal
matchType
As
MatchType
_
) As
String
[C#]
public static
string
GetOperator(
MatchType
matchType
);
See Also
TypeHelper Class
|
OrmLib Namespace