DecimalFieldDefinition..::..HasDecimalCount Method
Sets the number of digits to the right of the double point.
Namespace:
RingSoft.DbLookup.ModelDefinition.FieldDefinitionsAssembly: 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.