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

DbAutoFillMap Constructor

Initializes a new instance of the DbAutoFillMap class.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public DbAutoFillMap(
	AutoFillSetup autoFillSetup,
	AutoFillValue autoFillValue
)
Public Sub New ( _
	autoFillSetup As AutoFillSetup, _
	autoFillValue As AutoFillValue _
)
public:
DbAutoFillMap(
	AutoFillSetup^ autoFillSetup, 
	AutoFillValue^ autoFillValue
)

Parameters

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