1 write to isMany
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
1238this.isMany = TypeSystem.IsSequenceType(this.thisMember.Type);
3 references to isMany
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
1260if (!(isForeignKey && !isMany && !isNullable)) { 1267Type ot = this.isMany ? TypeSystem.GetElementType(this.thisMember.Type) : this.thisMember.Type; 1299get { return this.isMany; }