2 writes to isNullable
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
1247
this.
isNullable
= true;
1253
this.
isNullable
= false;
2 references to isNullable
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
1260
if (!(isForeignKey && !isMany && !
isNullable
)) {
1308
get { return this.
isNullable
; }