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
-
DataTransferColumn
Properties
DataType
Gets the type of data stored in the column.
public Type DataType { get; }
Property Value
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 String that represents this instance.
public override string ToString()