FieldType enumeration

namespace: Serenity.Data   assemblySerenity.Net.Entity

Enumeration of field types

public enum FieldType

Values

name value description
String 0 String
Int16 1 Int16
Int32 2 Int32
Int64 3 Int64
Boolean 4 Boolean
Decimal 5 Decimal
Single 6 Single
Double 7 Double
DateTime 8 Date/Time
Time 9 Time
Guid 10 Guid
Stream 11 Stream
Object 12 Other types (Object)

See Also