1 instantiation of EntityDataSourceMemberPath
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
985
EntityDataSourceMemberPath prefix = new
EntityDataSourceMemberPath
(ocWorkspace, parent, property, isLocallyInteresting);
7 references to EntityDataSourceMemberPath
System.Web.Entity (7)
System\Data\WebControls\EntityDataSourceColumn.cs (2)
114
private readonly
EntityDataSourceMemberPath
memberPath;
116
internal EntityDataSourcePropertyColumn(
EntityDataSourceMemberPath
memberPath)
System\Data\WebControls\EntityDataSourceMemberPath.cs (2)
32
private readonly
EntityDataSourceMemberPath
parent;
37
internal EntityDataSourceMemberPath(MetadataWorkspace ocWorkspace,
EntityDataSourceMemberPath
parent, EdmProperty property, bool isLocallyInteresting)
System\Data\WebControls\EntityDataSourceUtil.cs (3)
963
EntityDataSourceMemberPath
parent = null; // top-level properties are not qualified
977
private static Dictionary<EdmProperty, EntityDataSourcePropertyColumn> AddPropertyColumns(List<EntityDataSourceColumn> columns, MetadataWorkspace ocWorkspace,
EntityDataSourceMemberPath
parent, IEnumerable<EdmProperty> properties, ReadOnlyCollection<EdmMember> interestingMembers)
985
EntityDataSourceMemberPath
prefix = new EntityDataSourceMemberPath(ocWorkspace, parent, property, isLocallyInteresting);