Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Use the LINQ to SQL CanBeNull property on the ColumnAttribute attribute to specify that the associated database column can hold null values.
For code examples, see CanBeNull.
To designate a column as allowing null values
Add the CanBeNull property to the ColumnAttribute attribute.
Set the CanBeNull property value to
true.