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 DBC.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