Table of Contents

Struct ColumnDefinition

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Data column definition

public struct ColumnDefinition
Extension Methods

Constructors

ColumnDefinition(string, Type)

Constructor

public ColumnDefinition(string name, Type type)

Parameters

name string

Column name

type Type

Column type

Properties

ColumnName

Column name

public readonly string ColumnName { get; }

Property Value

string

ColumnType

Column type

public readonly Type ColumnType { get; }

Property Value

Type