1 write to canBeNull
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
991
this.
canBeNull
= cmap.CanBeNull == null ? this.isNullableType || !this.type.IsValueType : (bool)cmap.CanBeNull;
1 reference to canBeNull
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1106
get { return this.
canBeNull
; }