Table of Contents

Class SqlInstanceDataType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a SQL data type.

public class SqlInstanceDataType : BaseTypeSection
Inheritance
SqlInstanceDataType

Constructors

SqlInstanceDataType()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlInstanceDataType class.

public SqlInstanceDataType()

Properties

DisplayName

Gets the display name of the data type.

public string DisplayName { get; set; }

Property Value

string

MaximumLength

Gets or sets the maximum length of the data type.

public int MaximumLength { get; set; }

Property Value

int

NumericPrecision

Gets or sets the maximum numeric precision if required for the data type.

public int NumericPrecision { get; set; }

Property Value

int

NumericScale

Gets or sets the numeric scale if required for the data type.

public int NumericScale { get; set; }

Property Value

int

SqlDataType

Gets or sets the SQL data type.

public SqlInstanceSqlDataType SqlDataType { get; set; }

Property Value

SqlInstanceSqlDataType

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.SqlInstanceDataType cloned from this object.

public SqlInstanceDataType Clone()

Returns

SqlInstanceDataType

A CENTREL.XIA.Configuration.Types.SqlInstanceDataType.

ToString()

Returns the data type as a human readable string.

public override string ToString()

Returns

string

The data type as a human readable string.