Bagikan melalui


QuerySqlGenerator.GetOperator(SqlBinaryExpression) Metode

Definisi

Mendapatkan operator SQL untuk operasi biner SQL.

protected virtual string GetOperator (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression binaryExpression);
abstract member GetOperator : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression -> string
override this.GetOperator : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlBinaryExpression -> string
Protected Overridable Function GetOperator (binaryExpression As SqlBinaryExpression) As String

Parameter

binaryExpression
SqlBinaryExpression

Operasi biner SQL.

Mengembalikan

Representasi string dari operator biner.

Berlaku untuk