Class StructureColumn
public class StructureColumn : Tuple<string, AttributeType, int?, int?>, IStructuralComparable, IStructuralEquatable, IComparable, ITuple
- Inheritance
-
StructureColumn
- Implements
- Inherited Members
Constructors
StructureColumn(string, AttributeType, int?, int?)
public StructureColumn(string name, AttributeType type, int? length, int? precision)
Parameters
namestringtypeAttributeTypelengthint?precisionint?
Properties
Length
public int? Length { get; }
Property Value
- int?
Precision
public int? Precision { get; }
Property Value
- int?
SourceName
public string SourceName { get; }
Property Value
Type
public AttributeType Type { get; }