EntityContainer::TryGetEntitySetByName Method (String^, Boolean, EntitySet^%)
.NET Framework (current version)
Returns an EntitySet object by using the specified name for the entity set.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: bool TryGetEntitySetByName( String^ name, bool ignoreCase, [OutAttribute] EntitySet^% entitySet )
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.
- entitySet
-
Type:
System.Data.Metadata.Edm::EntitySet^%
When this method returns, contains an EntitySet object. If there is no entity set, this output parameter contains null.
Return Value
Type: System::Booleantrue if there is an entity set that matches the search criteria; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: