2 references to IsKey
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
1055foreach (var keyProperty in entityWrapper.Collection.AllPropertyDescriptors.Select(d => d.Column).OfType<EntityDataSourcePropertyColumn>().Where(c => c.IsKey))
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
37if (null!= propertyColumn && propertyColumn.IsKey)