CoreStrings.InvalidMembersExpression(Object) Method
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.
The expression '{expression}' is not a valid member access expression. The expression should represent a simple property or field access: 't => t.MyProperty'. When specifying multiple properties or fields, use an anonymous type: 't => new {{ t.MyProperty, t.MyField }}'.
public static string InvalidMembersExpression (object expression);
public static string InvalidMembersExpression (object? expression);
static member InvalidMembersExpression : obj -> string
Public Shared Function InvalidMembersExpression (expression As Object) As String
Parameters
- expression
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework