LookupContextBase..::..OnAutoFillTextRequest Method
Called when [automatic fill text request].
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public virtual AutoFillValue OnAutoFillTextRequest( TableDefinitionBase tableDefinition, string primaryKeyString, LookupDefinitionBase lookupDefinition )
Public Overridable Function OnAutoFillTextRequest ( _ tableDefinition As TableDefinitionBase, _ primaryKeyString As String, _ lookupDefinition As LookupDefinitionBase _ ) As AutoFillValue
public: virtual AutoFillValue^ OnAutoFillTextRequest( TableDefinitionBase^ tableDefinition, String^ primaryKeyString, LookupDefinitionBase^ lookupDefinition )
Parameters
- tableDefinition
- Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.
- primaryKeyString
- Type: String
The primary key string.
- lookupDefinition
- Type: RingSoft.DbLookup.Lookup..::..LookupDefinitionBase
The lookup definition.
Return Value
AutoFillValue.Exceptions
Exception | Condition |
---|---|
Exception | There is no lookup defined for table {tableDefinition?.Description} |