Table of Contents

Class ColumnInfo

Namespace
LinqToDB.SchemaProvider
Assembly
linq2db.dll
public class ColumnInfo
Inheritance
ColumnInfo
Extension Methods

Fields

ColumnType

public string? ColumnType

Field Value

string

DataType

public string? DataType

Field Value

string

Description

public string? Description

Field Value

string

IsIdentity

public bool IsIdentity

Field Value

bool

IsNullable

public bool IsNullable

Field Value

bool

Length

public int? Length

Field Value

int?

Name

public string Name

Field Value

string

Ordinal

public int Ordinal

Field Value

int

Precision

public int? Precision

Field Value

int?

Scale

public int? Scale

Field Value

int?

SkipOnInsert

public bool SkipOnInsert

Field Value

bool

SkipOnUpdate

public bool SkipOnUpdate

Field Value

bool

TableID

public string TableID

Field Value

string

Type

public DataType? Type

Field Value

DataType?