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