IWhereParametersProvider 接口

定义

由提供一个或多个 Where 参数的参数类实现。

public interface class IWhereParametersProvider
public interface IWhereParametersProvider
type IWhereParametersProvider = interface
Public Interface IWhereParametersProvider
派生

方法

GetWhereParameters(IDynamicDataSource)

获取应添加到 Where 参数集合中的 Where 参数的列表。

适用于