Nullable types and null coalescing operator
可置空类型和 空合并运算符
If nullable, it will contain the NULL value.
如果可为空,它将包含 NULL 值。
For value types , nullable types will be generated.
参数。对于值类型,将生成可为空的类型。
If the column is NULLABLE, any number of NULLs can be inserted in that column.
如果此列可以包含NULL 值,就可以在此列中插入任意数量的NULL 值。
Specifically, any type defined as Nullable(Of T) wasn't allowed to be optional.
特别地,定义为Nullable(OfT)的任何类型都不允许是可选的。
In C# you can flag a value type as a nullable type by adding ? after the type (like int? x;).
在C#中,你可以在一个允许为空的值类型后面加上一个问号(比如,int? x;)。
To Column, Column Name, Column Type, Nullable or Not Null Column, Column size, Columns Order.
转成列,列名,列的类型,可空列或者不可空列,列的大小,列的顺序。
If you use a nullable VARGRAPHIC column instead, the 1021-byte index limitation is still true.
如果使用可空的VARGRAPHIC列,那么1021字节的索引限制仍然是对的。

词典释义: