Table of Contents

Class StructureColumn

Namespace
The.Import.Schema
Assembly
Instagile.dll
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

name string
type AttributeType
length int?
precision int?

Properties

Length

public int? Length { get; }

Property Value

int?

Precision

public int? Precision { get; }

Property Value

int?

SourceName

public string SourceName { get; }

Property Value

string

Type

public AttributeType Type { get; }

Property Value

AttributeType