Class DoubleFieldInfo
Field information class for DateTime-typed fields
Inheritance
DoubleFieldInfo
Assembly: SoDataBase.dll
Syntax
public sealed class DoubleFieldInfo : TypedFieldInfoBase<double>, ICloneable, IEquatable<FieldInfo>
Constructors
DoubleFieldInfo(TableInfo, FieldDataType, string)
Declaration
public DoubleFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
this[ISoDataRecord]
Declaration
public double this[ISoDataRecord record] { get; }
Parameters
Property Value
Methods
Clone()
Memberwise Clone of this object
Declaration
public override object Clone()
Returns
| Type |
Description |
| object |
Copy of the fieldinfo that points to the same parent table.
|
Overrides
GetValue(ISoDataRecord)
Declaration
public double GetValue(ISoDataRecord record)
Parameters
Returns
Implements
Extension Methods