ProjectionMember.Append(MemberInfo) 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.
Append given MemberInfo to existing chain at the end.
public virtual Microsoft.EntityFrameworkCore.Query.ProjectionMember Append (System.Reflection.MemberInfo member);
public Microsoft.EntityFrameworkCore.Query.ProjectionMember Append (System.Reflection.MemberInfo member);
abstract member Append : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Query.ProjectionMember
override this.Append : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Query.ProjectionMember
member this.Append : System.Reflection.MemberInfo -> Microsoft.EntityFrameworkCore.Query.ProjectionMember
Public Overridable Function Append (member As MemberInfo) As ProjectionMember
Public Function Append (member As MemberInfo) As ProjectionMember
Parameters
- member
- MemberInfo
The MemberInfo to append.
Returns
A new projection member with given member info appended to existing chain.
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