Метод | Описание | |
---|---|---|
ProductInventoryFilters ( ) : System |
Initializes a new instance of the ProductInventoryFilters class.
|
|
ProductInventoryFilters ( bool ignoreCase ) : System |
Initializes a new instance of the ProductInventoryFilters class.
|
|
ProductInventoryFilters ( bool ignoreCase, bool useAnd ) : System |
Initializes a new instance of the ProductInventoryFilters class.
|
public ProductInventoryFilters ( ) : System | ||
Результат | System |
public ProductInventoryFilters ( bool ignoreCase ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
Результат | System |
public ProductInventoryFilters ( bool ignoreCase, bool useAnd ) : System | ||
ignoreCase | bool | Specifies whether to create case-insensitive statements. |
useAnd | bool | Specifies whether to combine statements using AND or OR. |
Результат | System |