6 references to TryGetEntitySetByName
System.Data.Entity (4)
System\Data\Mapping\StorageMappingItemLoader.cs (3)
812
if (!entityContainerMapping.EdmEntityContainer.
TryGetEntitySetByName
(entitySetName, /*ignoreCase*/ false, out entitySet))
2651
storageEntityContainerType.
TryGetEntitySetByName
(tableName, false /*ignoreCase*/, out tableMember);
2746
storageEntityContainerType.
TryGetEntitySetByName
(tableName, false /*ignoreCase*/, out tableMember);
System\Data\Objects\ObjectContext.cs (1)
1855
if (!container.
TryGetEntitySetByName
(entitySetName, false, out entitySet))
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1643
if (!entityContainer.
TryGetEntitySetByName
(_owner.EntitySetName, /*ignoreCase*/false, out entitySet))
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
1401
if (container.
TryGetEntitySetByName
(entitySetName, true /*ignoreCase*/, out entitySet) && entitySet != null)