Table of Contents

Class ReportDataColumn

Namespace
DocWright.Reporting.Data
Assembly
DocWright.Reporting.dll

One column of a data reader's schema.

public sealed class ReportDataColumn
Inheritance
ReportDataColumn
Inherited Members

Constructors

ReportDataColumn(string, Type)

Initializes a column that may hold null.

ReportDataColumn(string, Type, bool)

Initializes a column.

Properties

AllowsNull

Gets a value indicating whether a value may be null.

Name

Gets the column's name.

Type

Gets the CLR type of its values.

Methods

ToString()

Returns the name and type.