EdmToClrConverter.AsClrValue Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AsClrValue<T>(IEdmValue) | Converts edmValue to a CLR value of the specified type. | |
AsClrValue(IEdmValue, Type) | Converts edmValue to a CLR value of the specified type. |
Top