ExpressionExtractHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper class to extract $select or $expand parameters from strongly-typed expressions.
public static class ExpressionExtractHelper
type ExpressionExtractHelper = class
Public Class ExpressionExtractHelper
- Inheritance
-
ExpressionExtractHelper
Methods
ExtractMembers<T>(Expression<Func<T,Object>>, String) |
Extract referenced members of the type T from the given expression as a list of strings |