ItemCollection::GetEntityContainer Method (String^)
.NET Framework (current version)
Returns an EntityContainer object by using the specified entity container name.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- name
-
Type:
System::String^
The name of the entity container.
Return Value
Type: System.Data.Metadata.Edm::EntityContainer^If there is no entity container, this method returns null; otherwise, it returns the first one.
.NET Framework
Available since 3.5
Available since 3.5
Show: