Show / Hide Table of Contents

Enum ColumnKind

Specifies the kind of Column.

Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public enum ColumnKind

Fields

Name Description
ColumnListItem

The column is a item of ColumnListItem.

General

The column is a general column.

Local

The column is local column.

None

The column is none of the defined ColumnKind.

ProjectionMember

The column is a member of Projection.

SystemCustom

Other system column, such as system columns defined by SQL Server implementation (internal use only).

SystemParentRowId

sys_parent_row_id column of sequential key temp table (internal use only).

SystemRowId

sys_row_id column of sequential key temp table (internal use only).

Extension Methods

ColumnExtensions.WithDefaultValue<ColumnKind, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<ColumnKind, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest