ItemCollection::GetType Method (String^, String^, Boolean)
.NET Framework (current version)
Returns an EdmType object by using the specified type name and the namespace name from 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.
- ignoreCase
-
Type:
System::Boolean
true to perform the case-insensitive search; otherwise, false.
Return Value
Type: System.Data.Metadata.Edm::EdmType^An 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.
.NET Framework
Available since 3.5
Available since 3.5
Show: