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