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

LookupFormulaColumnDefinition..::..HasDecimalFieldType Method

Sets the type of this double field.

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

Syntax


public LookupFormulaColumnDefinition HasDecimalFieldType(
	DecimalFieldTypes value
)
Public Function HasDecimalFieldType ( _
	value As DecimalFieldTypes _
) As LookupFormulaColumnDefinition
public:
LookupFormulaColumnDefinition^ HasDecimalFieldType(
	DecimalFieldTypes^ value
)

Parameters

value
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..DecimalFieldTypes
The new DecimalFieldTypes value.

Return Value

This object.