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
MaximumLength
Gets or sets the maximum length of the data type.
public int MaximumLength { get; set; }
Property Value
NumericPrecision
Gets or sets the maximum numeric precision if required for the data type.
public int NumericPrecision { get; set; }
Property Value
NumericScale
Gets or sets the numeric scale if required for the data type.
public int NumericScale { get; set; }
Property Value
SqlDataType
Gets or sets the SQL data type.
public SqlInstanceSqlDataType SqlDataType { get; set; }
Property Value
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.