nullable value type的意思|示意

美 / / 英 / /

可空值类型


nullable value type的网络常见释义

可空值类型 ...个可空值列时,使用Framework来处理数据库数据时变得相当困难;为了解决这一问题CLR中引入了“可空值类型(nullable value type)”

nullable value type相关例句

Note the values for name, data type, default value and Nullable.

请注意字段名、数据类型、默认值和Nullable。

In C# you can flag a value type as a nullable type by adding ? after the type (like int? x;).

在C#中,你可以在一个允许为空的值类型后面加上一个问号(比如,int? x;)。

If the return type of the method is nullable, the distinguished null value for the type is returned.

如果该方法的返回类型可以为空,则返回类型的突出默认空值。

If the return type is non-nullable, the default CLR value for the type is returned.

如果返回类型可以为非空型,则返回类型的默认clr值。