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

AutoFillValue Constructor

Initializes a new instance of the AutoFillValue class.

Namespace:  RingSoft.DbLookup.AutoFill
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public AutoFillValue(
	PrimaryKeyValue primaryKeyValue,
	string text
)
Public Sub New ( _
	primaryKeyValue As PrimaryKeyValue, _
	text As String _
)
public:
AutoFillValue(
	PrimaryKeyValue^ primaryKeyValue, 
	String^ text
)

Parameters

primaryKeyValue
Type: RingSoft.DbLookup..::..PrimaryKeyValue
The primary key value.
text
Type: String
The text.