first things
This commit is contained in:
17
Datamodels/Enums/FieldTypes.cs
Normal file
17
Datamodels/Enums/FieldTypes.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Datamodels.Enums
|
||||
{
|
||||
public enum FieldTypes
|
||||
{
|
||||
String,
|
||||
Integer,
|
||||
Double,
|
||||
Boolean,
|
||||
DateTime,
|
||||
Currency,
|
||||
Blob
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user