コード例 #1
0
 protected string ValueThenProperty()
 {
     return(string.Format("{0}('{1}', {2}) eq {3}", Function, Value, PropertyName, IsEqual.ToLowerString()));
 }
コード例 #2
0
 protected string PropertyThenValue()
 {
     return(string.Format("{0}({1}, '{2}') eq {3}", Function, PropertyName, Value, IsEqual.ToLowerString()));
 }