IDataCursor.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:
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