MetadataWorkspace::GetEntityContainer Method (String^, Boolean, DataSpace)
.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: EntityContainer^ GetEntityContainer( String^ name, bool ignoreCase, DataSpace dataSpace )
Parameters
- name
-
Type:
System::String^
The name of the entity container.
- ignoreCase
-
Type:
System::Boolean
true to perform the case-insensitive search; otherwise, false.
- dataSpace
-
Type:
System.Data.Metadata.Edm::DataSpace
The conceptual model on which the entity container is searched.
Return Value
Type: System.Data.Metadata.Edm::EntityContainer^If there is no entity container, this method returns null; otherwise, it returns the first entity container.
.NET Framework
Available since 3.5
Available since 3.5
Show: