DbLambdaExpression.Lambda 屬性

定義

得到 DbLambda 由此表達式所應用的 Lambda 函數。

public:
 property System::Data::Common::CommandTrees::DbLambda ^ Lambda { System::Data::Common::CommandTrees::DbLambda ^ get(); };
public System.Data.Common.CommandTrees.DbLambda Lambda { get; }
member this.Lambda : System.Data.Common.CommandTrees.DbLambda
Public ReadOnly Property Lambda As DbLambda

屬性值

表示 DbLambda 此表達式所應用的 Lambda 函數。

適用於