Show / Hide Table of Contents

Class DBC.DatabaseModelFields

Fields for DatabaseModel, New DatabaseModel used by Continuous Database

Inheritance
Object
DBC.DatabaseModelFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DatabaseModelFields

Fields

DatabaseModelId

DatabaseModel.DatabaseModelId: Primary key

Declaration
public const string DatabaseModelId = "databasemodel_id"
Field Value
Type Description
String

IsDatabaseUnicode

DatabaseModel.IsDatabaseUnicode: Almost all databases are unicode capable

Declaration
public const string IsDatabaseUnicode = "IsDatabaseUnicode"
Field Value
Type Description
String

ModelData

DatabaseModel.ModelData: Compressed json string containing DatabaseModel of the given version

Declaration
public const string ModelData = "ModelData"
Field Value
Type Description
String

ModelVersion

DatabaseModel.ModelVersion: Model type version name - not the data, but the structure of the model itself

Declaration
public const string ModelVersion = "ModelVersion"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top