Delta::TryGetPropertyType Method (String^, Type^)
Attempts to get the Type of the Property called name from the underlying Entity.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
public: virtual bool TryGetPropertyType( String^ name, [OutAttribute] Type^% type ) abstract
Parameters
- name
-
Type:
System::String^
The name of the Property
- type
-
Type:
System::Type^
The type of the Property
Show: