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