Table of Contents

Class SqliteColumn

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class SqliteColumn : FeatureSourceColumn
Inheritance
SqliteColumn
Inherited Members

Constructors

SqliteColumn()

This method is the constructor for the DbfColumn.

public SqliteColumn()

Remarks

None

SqliteColumn(string, SqliteColumnType)

public SqliteColumn(string columnName, SqliteColumnType columnType)

Parameters

columnName string
columnType SqliteColumnType

Properties

ColumnType

This property returns the type of the column.

public SqliteColumnType ColumnType { get; set; }

Property Value

SqliteColumnType

Remarks

None