Class FieldInfo
Field information
Inherited Members
Namespace: XData.Database
Assembly: XData.docfx.dll
Syntax
[Serializable]
public sealed class FieldInfo
Properties
| Improve this Doc View SourceIsAutoIncrement
Auto increment flag
Declaration
public bool IsAutoIncrement { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IsPk
Primary key flag
Declaration
public bool IsPk { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Name
Field name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
NativeDataType
Field native data type
Declaration
public string NativeDataType { get; set; }
Property Value
Type | Description |
---|---|
String |
Scale
Field scale
Declaration
public int Scale { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Size
Field size
Declaration
public int Size { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Type
Field type
Declaration
public DbType Type { get; set; }
Property Value
Type | Description |
---|---|
DbType |
Methods
| Improve this Doc View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the current object. |