LookupControl..::..RefreshData Method
Refreshes the data based on changes in the LookupDefinition.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public void RefreshData( bool resetSearchFor, string initialSearchFor, PrimaryKeyValue parentWindowPrimaryKeyValue, bool searchForSelectAll, PrimaryKeyValue initialSearchForPrimaryKeyValue )
Public Sub RefreshData ( _ resetSearchFor As Boolean, _ initialSearchFor As String, _ parentWindowPrimaryKeyValue As PrimaryKeyValue, _ searchForSelectAll As Boolean, _ initialSearchForPrimaryKeyValue As PrimaryKeyValue _ )
public: void RefreshData( bool^ resetSearchFor, String^ initialSearchFor, PrimaryKeyValue^ parentWindowPrimaryKeyValue, bool^ searchForSelectAll, PrimaryKeyValue^ initialSearchForPrimaryKeyValue )
Parameters
- resetSearchFor
- Type: Boolean
If set to true then reset the Search For TextBox.
- initialSearchFor
- Type: String
The new Search For value.
- parentWindowPrimaryKeyValue
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The parent window's PrimaryKeyValue.
- searchForSelectAll
- Type: Boolean
Select all text in the Search For TextBox.
- initialSearchForPrimaryKeyValue
- Type: RingSoft.DbLookup..::..PrimaryKeyValue
The initial search for primary key value.