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