MetadataWorkspace::TryGetEntityContainer Method (String^, DataSpace, EntityContainer^%)
.NET Framework (current version)
Returns an EntityContainer object by using the specified entity container name and the data model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: bool TryGetEntityContainer( String^ name, DataSpace dataSpace, [OutAttribute] EntityContainer^% entityContainer )
Parameters
- name
-
Type:
System::String^
The name of the entity container.
- dataSpace
-
Type:
System.Data.Metadata.Edm::DataSpace
The conceptual model on which the entity container is searched.
- entityContainer
-
Type:
System.Data.Metadata.Edm::EntityContainer^%
When this method returns, contains an EntityContainer object. If there is no entity container, this output parameter contains null; otherwise, it returns the first entity container. This parameter is passed uninitialized.
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: