EntityContainer.GetEntitySetByName Method (String, Boolean)
Returns an EntitySet object by using the specified name for the entity set.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- name
-
Type:
System.String
The name of the entity set that is searched for.
- ignoreCase
-
Type:
System.Boolean
true to perform the case-insensitive search; otherwise, false.
Return Value
Type: System.Data.Entity.Core.Metadata.Edm.EntitySetAn EntitySet object that represents the entity set that has the specified name.