public static SqlConstantExpression Constant(object value) { return(Constant(DataObject.Create(value))); }