Skip to main content
A newer version of this page is available. .

ReflectionMemberInfo.MakeGetExpression(Expression) Method

This method is intended for internal use.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public override Expression MakeGetExpression(
    Expression ownerExpression
)

Parameters

Name Type
ownerExpression Expression

Returns

Type
Expression
See Also