HostCursor.FilterByKey(Object, Boolean, Object, Boolean, Boolean, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void FilterByKey(System::Object ^ KeyLow, bool KeyLowInclusive, System::Object ^ KeyHigh, bool KeyHighInclusive, bool ResetTop, System::Object ^ schemaColumns);
public void FilterByKey (object KeyLow, bool KeyLowInclusive, object KeyHigh, bool KeyHighInclusive, bool ResetTop, object schemaColumns);
abstract member FilterByKey : obj * bool * obj * bool * bool * obj -> unit
override this.FilterByKey : obj * bool * obj * bool * bool * obj -> unit
Public Sub FilterByKey (KeyLow As Object, KeyLowInclusive As Boolean, KeyHigh As Object, KeyHighInclusive As Boolean, ResetTop As Boolean, schemaColumns As Object)
Parameters
- KeyLow
- Object
- KeyLowInclusive
- Boolean
- KeyHigh
- Object
- KeyHighInclusive
- Boolean
- ResetTop
- Boolean
- schemaColumns
- Object