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

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

Validates the automatic fill value.

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

Syntax


public bool ValidateAutoFillValue(
	AutoFillValue autoFillValue
)
Public Function ValidateAutoFillValue ( _
	autoFillValue As AutoFillValue _
) As Boolean
public:
bool^ ValidateAutoFillValue(
	AutoFillValue^ autoFillValue
)

Parameters

autoFillValue
Type: RingSoft.DbLookup.AutoFill..::..AutoFillValue
The automatic fill value.

Return Value

true if XXXX, false otherwise.