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

DecimalFieldDefinition..::..HasDecimalCount Method

Sets the number of digits to the right of the double point.

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

Syntax


public DecimalFieldDefinition HasDecimalCount(
	int value
)
Public Function HasDecimalCount ( _
	value As Integer _
) As DecimalFieldDefinition
public:
DecimalFieldDefinition^ HasDecimalCount(
	int^ value
)

Parameters

value
Type: Int32
The new digits value.

Return Value

This object.