Table of Contents

Class DataTransferColumn

Namespace
Cuemon.Data
Assembly
Cuemon.Data.dll

Represents the column meta information of a table-row in a database. This class cannot be inherited.

public sealed class DataTransferColumn
Inheritance
Object
DataTransferColumn

Properties

DataType

Gets the type of data stored in the column.

public Type DataType { get; }

Property Value

Type

A System.Type object that represents the column data type.

Name

Gets the name of the column.

public string Name { get; }

Property Value

String

The name of the column.

Ordinal

Gets the (zero-based) position of the column.

public int Ordinal { get; }

Property Value

Int32

The position of the column.

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

String

A System.String that represents this instance.