共用方式為


DbUnaryExpression.Argument 屬性

定義

DbExpression取得定義引數的 。

public virtual System.Data.Entity.Core.Common.CommandTrees.DbExpression Argument { get; }
member this.Argument : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Overridable ReadOnly Property Argument As DbExpression

屬性值

定義引數的 DbExpression

例外狀況

運算式為 null。

運算式未與 的 DbUnaryExpression 命令樹相關聯,或其結果類型不等於或提升為引數的必要類型。

適用於