ItemCollection::TryGetEntityContainer Method (String^, EntityContainer^%)
.NET Framework (current version)
Returns an EntityContainer object by using the specified entity container name. If there is no entity container, the output parameter contains null; otherwise, it contains the first entity container.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: bool TryGetEntityContainer( String^ name, [OutAttribute] EntityContainer^% entityContainer )
Parameters
- name
-
Type:
System::String^
The name of the entity container.
- entityContainer
-
Type:
System.Data.Metadata.Edm::EntityContainer^%
When this method returns, it contains an EntityContainer object. If there is no entity container, this output parameter contains null; otherwise, it contains the first entity container.
Return Value
Type: System::Booleantrue if there is an entity container that matches the search criteria; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: