RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

LookupSearchForHostFactory..::..CreateSearchForHost Method (Nullable<(Of <(<'Int32>)>)>)

Creates the search for host.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


protected virtual LookupSearchForHost CreateSearchForHost(
	Nullable<int> hostId
)
Protected Overridable Function CreateSearchForHost ( _
	hostId As Nullable(Of Integer) _
) As LookupSearchForHost
protected:
virtual LookupSearchForHost^ CreateSearchForHost(
	Nullable<int^> hostId
)

Parameters

hostId
Type: Nullable<(Of <(<'Int32>)>)>
The host identifier.

Return Value

LookupSearchForHost.