DefaultQuerySqlGenerator.GenerateOperator(Expression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定的運算式產生 SQL 運算子。
protected virtual string GenerateOperator (System.Linq.Expressions.Expression expression);
abstract member GenerateOperator : System.Linq.Expressions.Expression -> string
override this.GenerateOperator : System.Linq.Expressions.Expression -> string
Protected Overridable Function GenerateOperator (expression As Expression) As String
參數
- expression
- Expression
運算式。
傳回
運算子。