DbSkipExpression.Input 属性

定义

获取用于指定输入集的 DbExpressionBindingGets the DbExpressionBinding that specifies the input set.

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

属性值

DbExpressionBinding

用于指定输入集的 DbExpressionBindingThe DbExpressionBinding that specifies the input set.

适用于