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

TableDefinition<(Of <(<'TEntity>)>)>..::..GetAutoFillValue Method

Gets the automatic fill value.

Namespace:  RingSoft.DbLookup.ModelDefinition
Assembly:  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.

Return Value

AutoFillValue.