Base:
property
Type
System.Data.Linq.Mapping.MetaDataMember.Type
3 references to Type
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
1329this.isMany = TypeSystem.IsSequenceType(this.thisMember.Type); 1330Type ot = this.isMany ? TypeSystem.GetElementType(this.thisMember.Type) : this.thisMember.Type;