TableDefinition<(Of <(<'TEntity>)>)>..::..GetAutoFillValue Method
Gets the automatic fill value.
Namespace:
RingSoft.DbLookup.ModelDefinitionAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public AutoFillValue GetAutoFillValue( TEntity entity, string pkString, LookupDefinitionBase lookupDefinition )
Public Function GetAutoFillValue ( _ entity As TEntity, _ pkString As String, _ lookupDefinition As LookupDefinitionBase _ ) As AutoFillValue
public: AutoFillValue^ GetAutoFillValue( TEntity entity, String^ pkString, LookupDefinitionBase^ lookupDefinition )
Parameters
- entity
- Type: TEntity
The entity.
- pkString
- Type: String
The pk string.
- lookupDefinition
- Type: RingSoft.DbLookup.Lookup..::..LookupDefinitionBase
The lookup definition.