Class SqlType
SQL block variable/constant/parameter type description
Inherited Members
Namespace: XData.Database.SqlBlock
Assembly: XData.docfx.dll
Syntax
public class SqlType
Properties
| Improve this Doc View SourceDbType
Database type
Declaration
public DbType DbType { get; set; }
Property Value
Type | Description |
---|---|
DbType |
Length
Value type length
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
NativeSqlType
Value type native name
Declaration
public string NativeSqlType { get; set; }
Property Value
Type | Description |
---|---|
String |
Scale
Value type scale
Declaration
public int Scale { get; set; }
Property Value
Type | Description |
---|---|
Int32 |