Class Int32FieldInfo
Field information class for Int32-typed fields
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class Int32FieldInfo : TypedFieldInfoBase<int>, ICloneable, IEquatable<FieldInfo>
Constructors
Int32FieldInfo(TableInfo, FieldDataType, string)
Field information class for Int32-typed fields
Declaration
public Int32FieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | parent | |
FieldDataType | dataType | |
string | name |
Properties
this[ISoDataRecord]
Field information class for Int32-typed fields
Declaration
public int this[ISoDataRecord record] { get; }
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Property Value
Type | Description |
---|---|
int |
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)
Field information class for Int32-typed fields
Declaration
public int GetValue(ISoDataRecord record)
Parameters
Type | Name | Description |
---|---|---|
ISoDataRecord | record |
Returns
Type | Description |
---|---|
int |