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