Exemplo n.º 1
0
 private ExpressionType(DataType dataType) {
   this(dataType, dataType.implicitlyNullable());
 }