示例#1
0
 public static SqlConstantExpression Constant(object value)
 {
     return(Constant(DataObject.Create(value)));
 }