ExtensionMethods.GetPropertyValue 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
Public methodStatic member GetPropertyValue(IEdmModel, IEdmStructuredValue, IEdmProperty, EdmExpressionEvaluator) Gets the IEdmValue of a property of a term type that has been applied to the type of a value.
Public methodStatic member GetPropertyValue<T>(IEdmModel, IEdmStructuredValue, IEdmProperty, EdmToClrEvaluator) Gets the CLR value of a property of a term type that has been applied to the type of a value.
Public methodStatic member GetPropertyValue(IEdmModel, IEdmStructuredValue, IEdmProperty, String, EdmExpressionEvaluator) Gets the IEdmValue of a property of a term type that has been applied to the type of a value.
Public methodStatic member GetPropertyValue<T>(IEdmModel, IEdmStructuredValue, IEdmProperty, String, EdmToClrEvaluator) Gets the CLR value of a property of a term type that has been applied to the type of a value.

Top

See Also

Reference

ExtensionMethods Class

Microsoft.Data.Edm Namespace