Exemplo n.º 1
0
 protected string FormatToString(string identifier)
 {
     return(string.Format("{0}{1}{2}", identifier, Criterion.GetOperatorChar(this.Operator), this.Literal));
 }