ItemCollection::TryGetType Method (String^, String^, Boolean, EdmType^%)
.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)
public: bool TryGetType( String^ name, String^ namespaceName, bool ignoreCase, [OutAttribute] EdmType^% type )
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.
- type
-
Type:
System.Data.Metadata.Edm::EdmType^%
When this method returns, this output parameter contains an EdmType object. If there is no type with the specified name and namespace name in this item collection, this output parameter contains null.
Return Value
Type: System::Booleantrue if there is a type that matches the search criteria; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: