DbUnaryExpression.Argument 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 命令樹相關聯,或其結果類型不等於或提升為引數的必要類型。