1 write to isNullable
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1345this.isNullable = false;
2 references to isNullable
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (2)
1352if( !(isForeignKey && !isMany && !isNullable) ) { 1405get { return this.isNullable; }