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