AutoFillValue Constructor
Initializes a new instance of the AutoFillValue class.
Namespace:
RingSoft.DbLookup.AutoFillAssembly: 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.