1 write to isMany
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
1329this.isMany = TypeSystem.IsSequenceType(this.thisMember.Type);
3 references to isMany
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
1330Type ot = this.isMany ? TypeSystem.GetElementType(this.thisMember.Type) : this.thisMember.Type; 1352if( !(isForeignKey && !isMany && !isNullable) ) { 1396get { return this.isMany; }