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