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

DecimalFieldDefinition..::..HasDecimalFieldType Method

Sets the type of this double field.

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

Syntax


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

Parameters

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

Return Value

This object.