1 type derived from EntityDataSourceReferenceGroup
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (1)
58internal class EntityDataSourceReferenceGroup<T> : EntityDataSourceReferenceGroup
8 references to EntityDataSourceReferenceGroup
System.Web.Entity (8)
System\Data\WebControls\EntityDataSourceColumn.cs (4)
189private readonly EntityDataSourceReferenceGroup group; 194internal EntityDataSourceReferenceKeyColumn(MetadataWorkspace workspace, EntityDataSourceReferenceGroup group, EdmProperty keyMember, EntityDataSourceColumn dependent) 247internal EntityDataSourceReferenceGroup Group 257private static string CreateDisplayName(EntityDataSourceReferenceGroup group, EdmProperty keyMember)
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (2)
45internal static EntityDataSourceReferenceGroup Create(Type entityType, AssociationSetEnd end) 50return (EntityDataSourceReferenceGroup)Activator.CreateInstance(groupType, new object[] { end });
System\Data\WebControls\EntityDataSourceUtil.cs (2)
1031EntityDataSourceReferenceGroup group = EntityDataSourceReferenceGroup.Create(clrToType, toEnd);