The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression::Field Method
.NET Framework (current version)
Creates a MemberExpression that represents accessing a field.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Field(Expression^, FieldInfo^) | Creates a MemberExpression that represents accessing a field. |
![]() ![]() | Field(Expression^, String^) | Creates a MemberExpression that represents accessing a field given the name of the field. |
![]() ![]() | Field(Expression^, Type^, String^) | Creates a MemberExpression that represents accessing a field. |
Show:

