Class AssociateTypeFieldInfo
Strongly typed FieldInfo derivative, for fields that represent the enum AssociateType in the database
Inheritance
AssociateTypeFieldInfo
Assembly: SoDataBase.dll
Syntax
public sealed class AssociateTypeFieldInfo : TypedFieldInfoBase<AssociateType>, ICloneable, IEquatable<FieldInfo>
Constructors
AssociateTypeFieldInfo(TableInfo, FieldDataType, string)
Declaration
public AssociateTypeFieldInfo(TableInfo parent, FieldDataType dataType, string name)
Parameters
Properties
this[ISoDataRecord]
Declaration
public AssociateType 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 AssociateType GetValue(ISoDataRecord record)
Parameters
Returns
Implements
Extension Methods