Interface IField
- Namespace
- PushTechnology.ClientInterface.Data.Record.Schema
- Assembly
- Diffusion.Client.dll
The ISchema field definition.
public interface IField : INode
- Inherited Members
Remarks
Implemented in Version 6.0.
Properties
Scale
Returns the scale of a DECIMAL field or 0 for other types.
int Scale { get; }
Property Value
- int
The scale.
Remarks
The scale represents the number of places to the right of the decimal point in a decimal number.
Type
Returns the type of this field.
FieldType Type { get; }
Property Value
- FieldType
The type of this field.