HostCursor.FilterByKey(Object, Boolean, Object, Boolean, Boolean, Object) Method

Definition

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

Implements

Applies to