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