EntityQueryModelVisitor.BindNavigationPathPropertyExpression Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| BindNavigationPathPropertyExpression<TResult>(Expression, Func<IEnumerable<IPropertyBase>,IQuerySource,TResult>) |
Mengikat ekspresi properti jalur navigasi. |
| BindNavigationPathPropertyExpression<TResult>(Expression, Func<IReadOnlyList<IPropertyBase>,IQuerySource,TResult>) |
Mengikat ekspresi properti jalur navigasi. |
BindNavigationPathPropertyExpression<TResult>(Expression, Func<IEnumerable<IPropertyBase>,IQuerySource,TResult>)
Mengikat ekspresi properti jalur navigasi.
public virtual TResult BindNavigationPathPropertyExpression<TResult>(System.Linq.Expressions.Expression propertyExpression, Func<System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult> propertyBinder);
abstract member BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
override this.BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
Public Overridable Function BindNavigationPathPropertyExpression(Of TResult) (propertyExpression As Expression, propertyBinder As Func(Of IEnumerable(Of IPropertyBase), IQuerySource, TResult)) As TResult
Jenis parameter
- TResult
Jenis hasilnya.
Parameter
- propertyExpression
- Expression
Ekspresi properti.
- propertyBinder
- Func<IEnumerable<IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult>
Pengikat properti.
Mengembalikan
Sebuah TResult.
Berlaku untuk
BindNavigationPathPropertyExpression<TResult>(Expression, Func<IReadOnlyList<IPropertyBase>,IQuerySource,TResult>)
- Sumber:
- EntityQueryModelVisitor.cs
- Sumber:
- EntityQueryModelVisitor.cs
Mengikat ekspresi properti jalur navigasi.
public virtual TResult BindNavigationPathPropertyExpression<TResult>(System.Linq.Expressions.Expression propertyExpression, Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult> propertyBinder);
abstract member BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
override this.BindNavigationPathPropertyExpression : System.Linq.Expressions.Expression * Func<System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase>, Remotion.Linq.Clauses.IQuerySource, 'Result> -> 'Result
Public Overridable Function BindNavigationPathPropertyExpression(Of TResult) (propertyExpression As Expression, propertyBinder As Func(Of IReadOnlyList(Of IPropertyBase), IQuerySource, TResult)) As TResult
Jenis parameter
- TResult
Jenis hasilnya.
Parameter
- propertyExpression
- Expression
Ekspresi properti.
- propertyBinder
- Func<IReadOnlyList<IPropertyBase>,Remotion.Linq.Clauses.IQuerySource,TResult>
Pengikat properti.
Mengembalikan
Sebuah TResult.