This documentation is archived and is not being maintained.
ItemCollection::GetType Method (String, String)
Visual Studio 2010
Returns an EdmType object by using the specified type name and the namespace name in this item collection.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- name
- Type: System::String
The name of the type.
- namespaceName
- Type: System::String
The namespace of the type.
Return Value
Type: System.Data.Metadata.Edm::EdmTypeAn EdmType object that represents the type that matches the specified type name and the namespace name in this item collection. If there is no matched type, this method returns null.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: