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

Definition

public:
 void FilterByKey(System::Object ^ loKey, bool loKeyInclusive, System::Object ^ hiKey, bool hiKeyInclusive, bool resetTop, System::Object ^ schemaColumns);
public void FilterByKey (object loKey, bool loKeyInclusive, object hiKey, bool hiKeyInclusive, bool resetTop, object schemaColumns);
abstract member FilterByKey : obj * bool * obj * bool * bool * obj -> unit
Public Sub FilterByKey (loKey As Object, loKeyInclusive As Boolean, hiKey As Object, hiKeyInclusive As Boolean, resetTop As Boolean, schemaColumns As Object)

Parameters

loKey
Object
loKeyInclusive
Boolean
hiKey
Object
hiKeyInclusive
Boolean
resetTop
Boolean
schemaColumns
Object

Applies to