Bagikan melalui


PredicateJoinExpressionBase(TableExpressionBase) Konstruktor

Definisi

Konstruktor khusus untuk digunakan hanya oleh kelas turunan.

protected PredicateJoinExpressionBase(Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase tableExpression);
new Microsoft.EntityFrameworkCore.Query.Expressions.PredicateJoinExpressionBase : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase -> Microsoft.EntityFrameworkCore.Query.Expressions.PredicateJoinExpressionBase
Protected Sub New (tableExpression As TableExpressionBase)

Parameter

tableExpression
TableExpressionBase

Ekspresi tabel target.

Berlaku untuk