IWhereParametersProvider 接口

定义

由提供一个或多个 Where 参数的参数类实现。Implemented by parameter classes that provide one or many Where parameters.

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

方法

GetWhereParameters(IDynamicDataSource)

获取应添加到 Where 参数集合中的 Where 参数的列表。Gets the list of Where parameters that should be added to the Where parameter collection.

适用于