FormDataSource.research 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.
Overloads
research() |
Is overridden by the FormDataSource.research method. |
research(Boolean) |
research()
Is overridden by the FormDataSource.research method.
public:
override void research();
public override void research ();
override this.research : unit -> unit
Public Overrides Sub research ()
Remarks
This method has no functionality in the FormObjectSet class. It is overridden by the FormDataSource.research method, which updates the database search that is defined by the filters and sorts that are currently applied to the form.
Applies to
research(Boolean)
public:
override void research(bool _retainPosition);
public override void research (bool _retainPosition);
override this.research : bool -> unit
Public Overrides Sub research (_retainPosition As Boolean)
Parameters
- _retainPosition
- Boolean
A Boolean value that indicates whether to maintain the position in the grid after the method is completed.