namespace DTS.Storage { public abstract class Settings { public const string Table = "tblSettings"; public enum UserFields { PropertyId, PropertyType, PropertyValue, UserId } } }