Table of Contents

Enum FieldType

Namespace
JJMasterData.Commons.Data.Entity.Models
Assembly
JJMasterData.Commons.dll

Specifies the type of data in the database

public enum FieldType
Extension Methods

Fields

[Display(Name = "Boolean", GroupName = "4. Boolean")] Bit = 10
[Display(GroupName = "3. DateTime")] Date = 1
[Display(GroupName = "3. DateTime")] DateTime = 2
[Display(GroupName = "3. DateTime")] DateTime2 = 9
[Display(GroupName = "2. Numeric")] Float = 3
[Display(GroupName = "2. Numeric")] Int = 4
[Display(GroupName = "1. String")] NText = 5
[Display(GroupName = "1. String")] NVarchar = 6
[Display(GroupName = "1. String")] Text = 7
[Display(GroupName = "3. DateTime")] Time = 12
[Display(Name = "Guid", GroupName = "5. Especial")] UniqueIdentifier = 11
[Display(GroupName = "1. String")] Varchar = 8