Search Results for

    Show / Hide Table of Contents

    Class InstallSystemObjectsTemplates

    Class to produce the template output

    Inheritance
    System.Object
    SqlTransformBase
    InstallSystemObjectsTemplates
    Inherited Members
    SqlTransformBase.Write(String)
    SqlTransformBase.WriteLine()
    SqlTransformBase.SchemaTemplate(String)
    SqlTransformBase.SchemaTemplateWithEquals(String)
    SqlTransformBase.GO()
    SqlTransformBase.DataType(StorageColumn)
    SqlTransformBase.TableName(ModelElement)
    SqlTransformBase.DatabaseName(ModelElement)
    SqlTransformBase.RelationName(RelationBase)
    SqlTransformBase.ColumnName(StorageColumn)
    SqlTransformBase.ColumnNameWithCulture(StorageColumn, Culture)
    SqlTransformBase.Dialect
    SqlTransformBase.PrimaryCulture
    SqlTransformBase.GenerationEnvironment
    SqlTransformBase.ToStringHelper
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.Database.Install
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class InstallSystemObjectsTemplates : SqlTransformBase

    Constructors

    InstallSystemObjectsTemplates(StringBuilder, SqlDialect)

    Initializes a new instance of the InstallSystemObjectsTemplates class.

    Declaration
    public InstallSystemObjectsTemplates(StringBuilder generationEnvironment, SqlDialect dialect)
    Parameters
    Type Name Description
    System.Text.StringBuilder generationEnvironment

    the target generation environment.

    SqlDialect dialect

    the dialect.

    InstallSystemObjectsTemplates(SqlDialect)

    Initializes a new instance of the InstallSystemObjectsTemplates class.

    Declaration
    public InstallSystemObjectsTemplates(SqlDialect dialect)
    Parameters
    Type Name Description
    SqlDialect dialect

    the dialect to use.

    Methods

    Add_SYS_ModelAction_To_SYS_Entity_Table_Content(String)

    Content for 11a Add SYS_ModelAction to SYS_Entity table match criteria

    Declaration
    public void Add_SYS_ModelAction_To_SYS_Entity_Table_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Add_SYS_ModelAction_To_SYS_Entity_Table_MatchCriteriaQuery(String)

    11a Add SYS_ModelAction to SYS_Entity table match criteria

    Declaration
    public void Add_SYS_ModelAction_To_SYS_Entity_Table_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddColumn_ModelActionParameterType_Content(String)

    Content for 10b Add column ModelActionParameterType match criteria

    Declaration
    public void AddColumn_ModelActionParameterType_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddColumn_ModelActionParameterType_MatchCriteriaQuery(String)

    10b Add column ModelActionParameterType match criteria

    Declaration
    public void AddColumn_ModelActionParameterType_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddDefaultValueTo_Column_SeverityLevel_Content(String)

    Content for 19 Add default value to colum SeverityLevel if still existing match criteria

    Declaration
    public void AddDefaultValueTo_Column_SeverityLevel_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddDefaultValueTo_Column_SeverityLevel_MatchCriteriaQuery(String)

    19 Add default value to colum SeverityLevel if still existing match criteria

    Declaration
    public void AddDefaultValueTo_Column_SeverityLevel_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddIdentifier()

    creates sql code to add an identifier.

    Declaration
    public void AddIdentifier()

    AddRow_SYS_LocalModelVersion_Content(String)

    Content for 18c Add row match criteria

    Declaration
    public void AddRow_SYS_LocalModelVersion_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddRow_SYS_LocalModelVersion_MatchCriteriaQuery(String)

    18c Add row match criteria

    Declaration
    public void AddRow_SYS_LocalModelVersion_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddSystemTablesto_SYS_Entity_Content(String)

    Content for 11 Add system tables to SYS_Entity match criteria

    Declaration
    public void AddSystemTablesto_SYS_Entity_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddSystemTablesto_SYS_Entity_MatchCriteriaQuery(String)

    11 Add system tables to SYS_Entity match criteria

    Declaration
    public void AddSystemTablesto_SYS_Entity_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_EntityView_Content(String)

    Content for 29 Add table EntityView match criteria

    Declaration
    public void AddTable_SYS_EntityView_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_EntityView_MatchCriteriaQuery(String)

    29 Add table EntityView match criteria

    Declaration
    public void AddTable_SYS_EntityView_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_NamedSetDefinition_Content(String)

    Content for 33 Add table NamedSetDefinition match criteria

    Declaration
    public void AddTable_SYS_NamedSetDefinition_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_NamedSetDefinition_MatchCriteriaQuery(String)

    33 Add table NamedSetDefinition match criteria

    Declaration
    public void AddTable_SYS_NamedSetDefinition_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_Permission_Content(String)

    Content for 32 Add table Permission match criteria

    Declaration
    public void AddTable_SYS_Permission_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_Permission_MatchCriteriaQuery(String)

    32 Add table Permission match criteria

    Declaration
    public void AddTable_SYS_Permission_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_SyncConfig_Content(String)

    Content for 6 Add a table 'SYS_SyncConfig' to the database match criteria

    Declaration
    public void AddTable_SYS_SyncConfig_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AddTable_SYS_SyncConfig_MatchCriteriaQuery(String)

    6 Add a table 'SYS_SyncConfig' to the database match criteria

    Declaration
    public void AddTable_SYS_SyncConfig_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Alter_ModelActionInvariantFriendlyName_to_NOT_NULL_Content(String)

    Content for 22 Alter ModelActionInvariantFriendlyName to NOT NULL match criteria

    Declaration
    public void Alter_ModelActionInvariantFriendlyName_to_NOT_NULL_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Alter_ModelActionInvariantFriendlyName_to_NOT_NULL_MatchCriteriaQuery(String)

    22 Alter ModelActionInvariantFriendlyName to NOT NULL match criteria

    Declaration
    public void Alter_ModelActionInvariantFriendlyName_to_NOT_NULL_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AlterTable_SYS_Property_Content(String)

    Content for 3 Alter table SYS_Property match criteria

    Declaration
    public void AlterTable_SYS_Property_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AlterTable_SYS_Property_MatchCriteriaQuery(String)

    3 Alter table SYS_Property match criteria

    Declaration
    public void AlterTable_SYS_Property_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AlterTable_SYS_Relation_Content(String)

    Content for 5 Alter table SYS_Relation match criteria

    Declaration
    public void AlterTable_SYS_Relation_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AlterTable_SYS_Relation_MatchCriteriaQuery(String)

    5 Alter table SYS_Relation match criteria

    Declaration
    public void AlterTable_SYS_Relation_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AlterTable_SYS_ValidationRule_Content(String)

    Content for 8 Alter table SYS_ValidationRule match criteria

    Declaration
    public void AlterTable_SYS_ValidationRule_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    AlterTable_SYS_ValidationRule_MatchCriteriaQuery(String)

    8 Alter table SYS_ValidationRule match criteria

    Declaration
    public void AlterTable_SYS_ValidationRule_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateSchema(String)

    creates sql code to create schema.

    Declaration
    public void CreateSchema(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to check.

    CreateTable_SYS_BlobGarbage_Content(String)

    Content for 14 Create table SYS_BlobGarbage match criteria

    Declaration
    public void CreateTable_SYS_BlobGarbage_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_BlobGarbage_MatchCriteriaQuery(String)

    14 Create table SYS_BlobGarbage match criteria

    Declaration
    public void CreateTable_SYS_BlobGarbage_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ChunkFetchQueue_Content(String)

    Content for 15 Create table SYS_ChunkFetchQueue match criteria

    Declaration
    public void CreateTable_SYS_ChunkFetchQueue_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ChunkFetchQueue_MatchCriteriaQuery(String)

    15 Create table SYS_ChunkFetchQueue match criteria

    Declaration
    public void CreateTable_SYS_ChunkFetchQueue_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Culture_Content(String)

    Content for 54 Create Culture Table Content

    Declaration
    public void CreateTable_SYS_Culture_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Culture_MatchCriteriaQuery(String)

    54 Create SYS_Culture Table match criteria

    Declaration
    public void CreateTable_SYS_Culture_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Entity_Content(String)

    Content for 1 Create table SYS_Entity match criteria

    Declaration
    public void CreateTable_SYS_Entity_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Entity_MatchCriteriaQuery(String)

    1 Create table SYS_Entity match criteria

    Declaration
    public void CreateTable_SYS_Entity_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_GuidList_Content(String)

    Content for 12 Create table SYS_ModelEntityInterface match criteria

    Declaration
    public void CreateTable_SYS_GuidList_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_GuidList_MatchCriteriaQuery(String)

    12 Create table SYS_ModelEntityInterface match criteria

    Declaration
    public void CreateTable_SYS_GuidList_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_InstalledBatch_Content(String)

    content for ComponentUuid="65c47852-eea9-4926-942d-dec052c80e4b">

    Declaration
    public void CreateTable_SYS_InstalledBatch_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_InstalledBatch_MatchCriteriaQuery(String)

    ComponentUuid="65c47852-eea9-4926-942d-dec052c80e4b">

    Declaration
    public void CreateTable_SYS_InstalledBatch_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_InstalledFeature_Content(String)

    Content for 23 Create table SYS_InstalledFeature

    Declaration
    public void CreateTable_SYS_InstalledFeature_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_InstalledFeature_MatchCriteriaQuery(String)

    23 Create table SYS_InstalledFeature

    Declaration
    public void CreateTable_SYS_InstalledFeature_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_LocalModelVersion_Content(String)

    Content for 18b Create table SYS_LocalModelVersion match criteria

    Declaration
    public void CreateTable_SYS_LocalModelVersion_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_LocalModelVersion_MatchCriteriaQuery(String)

    18b Create table SYS_LocalModelVersion match criteria

    Declaration
    public void CreateTable_SYS_LocalModelVersion_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ModelAction_Content(String)

    Content for 10a Create table SYS_ModelAction match criteria

    Declaration
    public void CreateTable_SYS_ModelAction_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ModelAction_MatchCriteriaQuery(String)

    10a Create table SYS_ModelAction match criteria

    Declaration
    public void CreateTable_SYS_ModelAction_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ModelEntityInterface_Content(String)

    Content for 9 Create table SYS_ModelEntityInterface match criteria

    Declaration
    public void CreateTable_SYS_ModelEntityInterface_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ModelEntityInterface_MatchCriteriaQuery(String)

    9 Create table SYS_ModelEntityInterface match criteria

    Declaration
    public void CreateTable_SYS_ModelEntityInterface_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Property_Content(String)

    Content for 3 Create table SYS_Property match criteria

    Declaration
    public void CreateTable_SYS_Property_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Property_MatchCriteriaQuery(String)

    3 Create table SYS_Property match criteria

    Declaration
    public void CreateTable_SYS_Property_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Relation_Content(String)

    Content for 4 Create table SYS_Relation match criteria

    Declaration
    public void CreateTable_SYS_Relation_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Relation_MatchCriteriaQuery(String)

    4 Create table SYS_Relation match criteria

    Declaration
    public void CreateTable_SYS_Relation_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Trigger_Content(String)

    Content for 44 Create Trigger Table match criteria

    Declaration
    public void CreateTable_SYS_Trigger_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_Trigger_MatchCriteriaQuery(String)

    44 Create Trigger Table match criteria

    Declaration
    public void CreateTable_SYS_Trigger_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ValidationRule_Content(String)

    Content for 7 Create table SYS_ValidationRule match criteria

    Declaration
    public void CreateTable_SYS_ValidationRule_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTable_SYS_ValidationRule_MatchCriteriaQuery(String)

    7 Create table SYS_ValidationRule match criteria

    Declaration
    public void CreateTable_SYS_ValidationRule_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTableValuedParameterTableTypes_Content(String)

    60 Match-Criteria for SYS_StringTableType, SYS_DecimalTableType, SYS_BooleanTableType, SYS_DateTimeTableType

    Declaration
    public void CreateTableValuedParameterTableTypes_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    CreateTableValuedParameterTableTypes_MatchCriteriaQuery(String)

    60 Add SYS_StringTableType, SYS_DecimalTableType, SYS_BooleanTableType, SYS_DateTimeTableType

    Declaration
    public void CreateTableValuedParameterTableTypes_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    DispatchTemplate(String, String)

    dispatches a template based on the name of the template.

    Declaration
    public void DispatchTemplate(string template, string schema)
    Parameters
    Type Name Description
    System.String template

    the name of the template.

    System.String schema

    the schema to use.

    Drop_SYS_ModelAction_Content(String)

    Content for 10a Drop SYS_ModelAction match criteria

    Declaration
    public void Drop_SYS_ModelAction_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Drop_SYS_ModelAction_MatchCriteriaQuery(String)

    10a Drop SYS_ModelAction match criteria

    Declaration
    public void Drop_SYS_ModelAction_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    DropTable_SYS_LocalModelVersion_Content(String)

    Content for 18a Drop table SYS_LocalModelVersion match criteria

    Declaration
    public void DropTable_SYS_LocalModelVersion_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    DropTable_SYS_LocalModelVersion_MatchCriteriaQuery(String)

    18a Drop table SYS_LocalModelVersion match criteria

    Declaration
    public void DropTable_SYS_LocalModelVersion_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    DummyBatch_To_Handle_ListEditProperty_Content(String)

    Content for 31 Dummy batch to handle List.EditProperty which is a breaking change match criteria

    Declaration
    public void DummyBatch_To_Handle_ListEditProperty_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    DummyBatch_To_Handle_ListEditProperty_MatchCriteriaQuery(String)

    31 Dummy batch to handle List.EditProperty which is a breaking change match criteria

    Declaration
    public void DummyBatch_To_Handle_ListEditProperty_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Extend_SYS_InstalledBatch_Content(String)

    Content for Extent SYS_InstalledBatch match criteria

    Declaration
    public void Extend_SYS_InstalledBatch_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Extend_SYS_InstalledBatch_MatchCriteriaQuery(String)

    Extent SYS_InstalledBatch match criteria

    Declaration
    public void Extend_SYS_InstalledBatch_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Extend_SYS_InstalledBatch2_Content(String)

    Content for ComponentUuid="42E277FC-655B-4DE5-A827-1FA8E4A7B239" match criteria

    Declaration
    public void Extend_SYS_InstalledBatch2_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    Extend_SYS_InstalledBatch2_MatchCriteriaQuery(String)

    ComponentUuid="42E277FC-655B-4DE5-A827-1FA8E4A7B239" match criteria

    Declaration
    public void Extend_SYS_InstalledBatch2_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    InitialCreateSchema(String)

    ComponentUuid="afd1562b-a55a-4be0-b82f-93dbf1da77d7"> creates the initial schema

    Declaration
    public void InitialCreateSchema(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    IsInSchema(String)

    creates sql to to check whether the current schema is the schema passed in as a parameter.

    Declaration
    public void IsInSchema(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to check.

    ReCreateType_SYS_GuidList_In_Certain_Schema_Content(String)

    Content for 13a ReCreate type SYS_GuidList in certain schema match criteria

    Declaration
    public void ReCreateType_SYS_GuidList_In_Certain_Schema_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    ReCreateType_SYS_GuidList_In_Certain_Schema_MatchCriteriaQuery(String)

    13a ReCreate type SYS_GuidList in certain schema match criteria

    Declaration
    public void ReCreateType_SYS_GuidList_In_Certain_Schema_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    RemoveTable_SYS_DeleteList_Content(String)

    Content for 17 Remove table SYS_DeleteList (not necessary any more) match criteria

    Declaration
    public void RemoveTable_SYS_DeleteList_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    RemoveTable_SYS_DeleteList_MatchCriteriaQuery(String)

    17 Remove table SYS_DeleteList (not necessary any more) match criteria

    Declaration
    public void RemoveTable_SYS_DeleteList_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    RemoveTable_TcSys_DeleteList_Content(String)

    Content for 16 Remove table TcSys_DeleteList (not necessary any more) match criteria

    Declaration
    public void RemoveTable_TcSys_DeleteList_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    RemoveTable_TcSys_DeleteList_MatchCriteriaQuery(String)

    16 Remove table TcSys_DeleteList (not necessary any more) match criteria

    Declaration
    public void RemoveTable_TcSys_DeleteList_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    SYS_SyncConfig_UpdateMaxPeriodWithoutSync60_Content(String)

    Update max period without sync to 60 days.

    Declaration
    public void SYS_SyncConfig_UpdateMaxPeriodWithoutSync60_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    SYS_SyncConfig_UpdateMaxPeriodWithoutSync60_MatchCriteriaQuery(String)

    Check for update max period without sync to 60 days.

    Declaration
    public void SYS_SyncConfig_UpdateMaxPeriodWithoutSync60_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    TransformText()

    Create the template output

    Declaration
    public override string TransformText()
    Returns
    Type Description
    System.String
    Overrides
    SqlTransformBase.TransformText()

    UnitTest_BrokenTemplate_Content(String)

    Content broken template

    Declaration
    public void UnitTest_BrokenTemplate_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable1_1_Content(String)

    Content for DropTestTable1 test match criteria

    Declaration
    public void UnitTest_CreateTestTable1_1_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable1_1_MatchCriteriaQuery(String)

    DropTestTable1 test match criteria

    Declaration
    public void UnitTest_CreateTestTable1_1_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable1_Content(String)

    Content for test match criteria

    Declaration
    public void UnitTest_CreateTestTable1_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable1_MatchCriteriaQuery(String)

    test match criteria

    Declaration
    public void UnitTest_CreateTestTable1_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable2_2_Content(String)

    Content for CreateTestTable2_2 test match criteria

    Declaration
    public void UnitTest_CreateTestTable2_2_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable2_2_MatchCriteriaQuery(String)

    CreateTestTable2_2 test match criteria

    Declaration
    public void UnitTest_CreateTestTable2_2_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable2_Content(String)

    Content for DropTestTable2 test match criteria

    Declaration
    public void UnitTest_CreateTestTable2_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_CreateTestTable2_MatchCriteriaQuery(String)

    DropTestTable2 test match criteria

    Declaration
    public void UnitTest_CreateTestTable2_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_DropTestTable1_Content(String)

    Content for DropTestTable1 test match criteria

    Declaration
    public void UnitTest_DropTestTable1_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UnitTest_DropTestTable1_MatchCriteriaQuery(String)

    DropTestTable1 test match criteria

    Declaration
    public void UnitTest_DropTestTable1_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Action_addRunsOnUIThread_Content(String)

    Content for 47 Update table SYS_Action add RunsOnUIThread match criteria

    Declaration
    public void UpdateTable_SYS_Action_addRunsOnUIThread_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Action_addRunsOnUIThread_MatchCriteriaQuery(String)

    47 Update table SYS_Action add RunsOnUIThread match criteria

    Declaration
    public void UpdateTable_SYS_Action_addRunsOnUIThread_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Culture_add_SYS_IsDefaultCulture_Content(String)

    56 Update table SYS_Culture add SYS_IsDefaultCulture content

    Declaration
    public void UpdateTable_SYS_Culture_add_SYS_IsDefaultCulture_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Culture_add_SYS_IsDefaultCulture_MatchCriteriaQuery(String)

    56 Update table SYS_Culture add SYS_IsDefaultCulture match criteria

    Declaration
    public void UpdateTable_SYS_Culture_add_SYS_IsDefaultCulture_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_add_Ownership_Content(String)

    Content for 23 Update table SYS_Entity add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_Entity_add_Ownership_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_add_Ownership_MatchCriteriaQuery(String)

    23 Update table SYS_Entity add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_Entity_add_Ownership_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_add_SYS_ValidationBinding_Content(String)

    Content for 41 Update table SYS_Entity match criteria

    Declaration
    public void UpdateTable_SYS_Entity_add_SYS_ValidationBinding_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_add_SYS_ValidationBinding_MatchCriteriaQuery(String)

    41 Update table SYS_Entity match criteria

    Declaration
    public void UpdateTable_SYS_Entity_add_SYS_ValidationBinding_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addDefaultFormName_Content(String)

    Content for 35 Update table SYS_Entity add DefaultFormName match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addDefaultFormName_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addDefaultFormName_MatchCriteriaQuery(String)

    35 Update table SYS_Entity add DefaultFormName match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addDefaultFormName_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addDefaultListName_Content(String)

    Content for 36 Update table SYS_Entity add DefaultListName match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addDefaultListName_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addDefaultListName_MatchCriteriaQuery(String)

    36 Update table SYS_Entity add DefaultListName match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addDefaultListName_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addDefaultRelationListName_Content(String)

    Content for 43 Update table SYS_Entity add DefaultRelationListName match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addDefaultRelationListName_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addDefaultRelationListName_MatchCriteriaQuery(String)

    43 Update table SYS_Entity add DefaultRelationListName match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addDefaultRelationListName_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addPersistBehavior_Content(String)

    Content for 2 Update table SYS_Entity add PersistBehavior match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addPersistBehavior_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addPersistBehavior_MatchCriteriaQuery(String)

    2 Update table SYS_Entity add PersistBehavior match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addPersistBehavior_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addReadOnlyExpression_Content(String)

    Content for 21 Update table SYS_Entity add ReadOnlyExpression match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addReadOnlyExpression_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_addReadOnlyExpression_MatchCriteriaQuery(String)

    21 Update table SYS_Entity add ReadOnlyExpression match criteria

    Declaration
    public void UpdateTable_SYS_Entity_addReadOnlyExpression_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_AuditMode_Content(String)

    55 Update table SYS_Entity Add AuditMode content.

    Declaration
    public void UpdateTable_SYS_Entity_AuditMode_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_AuditMode_MatchCriteriaQuery(String)

    55 Update table SYS_Entity Add AuditMode match criteria

    Declaration
    public void UpdateTable_SYS_Entity_AuditMode_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_DropColumnValidationBinding_Content(String)

    Content for 49 Update table SYS_Entity match criteria

    Declaration
    public void UpdateTable_SYS_Entity_DropColumnValidationBinding_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_DropColumnValidationBinding_MatchCriteriaQuery(String)

    49 Update table SYS_Entity match criteria

    Declaration
    public void UpdateTable_SYS_Entity_DropColumnValidationBinding_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_IsGenericRelationEntity_Content(String)

    58 Add IsGenericRelationEntity to SYS_Entity.

    Declaration
    public void UpdateTable_SYS_Entity_IsGenericRelationEntity_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Entity_IsGenericRelationEntity_MatchCriteriaQuery(String)

    58 Add IsGenericRelationEntity to SYS_Entity.

    Declaration
    public void UpdateTable_SYS_Entity_IsGenericRelationEntity_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_EntityView_addInvariantFriendlyName_Content(String)

    Content for 46 Update table SYS_EntityView add InvariantFriendlyName match criteria

    Declaration
    public void UpdateTable_SYS_EntityView_addInvariantFriendlyName_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_EntityView_addInvariantFriendlyName_MatchCriteriaQuery(String)

    46 Update table SYS_EntityView add InvariantFriendlyName match criteria

    Declaration
    public void UpdateTable_SYS_EntityView_addInvariantFriendlyName_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_EntityView_AlterColumn_SYS_Configuration_Content(String)

    Content for 42 Update table SYS_EntityView match criteria

    Declaration
    public void UpdateTable_SYS_EntityView_AlterColumn_SYS_Configuration_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_EntityView_AlterColumn_SYS_Configuration_MatchCriteriaQuery(String)

    42 Update table SYS_EntityView match criteria

    Declaration
    public void UpdateTable_SYS_EntityView_AlterColumn_SYS_Configuration_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_EntityView_Content(String)

    Content for 30 Update table EntityView match criteria

    Declaration
    public void UpdateTable_SYS_EntityView_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_EntityView_MatchCriteriaQuery(String)

    30 Update table EntityView match criteria

    Declaration
    public void UpdateTable_SYS_EntityView_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_add_ExecuteWithoutPrompt_Content(String)

    Add ExecuteWithoutPrompt to ModelAction.

    Declaration
    public void UpdateTable_SYS_ModelAction_add_ExecuteWithoutPrompt_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_add_ExecuteWithoutPrompt_MatchCriteriaQuery(String)

    Add ExecuteWithoutPrompt to ModelAction (condition).

    Declaration
    public void UpdateTable_SYS_ModelAction_add_ExecuteWithoutPrompt_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_add_Ownership_Content(String)

    Content for 26 Update table SYS_ModelAction add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_ModelAction_add_Ownership_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_add_Ownership_MatchCriteriaQuery(String)

    26 Update table SYS_ModelAction add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_ModelAction_add_Ownership_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_add_VisibleExpressions_Content(String)

    59 Add ShowInFormsExpression, ShowInListsExpression to ModelAction

    Declaration
    public void UpdateTable_SYS_ModelAction_add_VisibleExpressions_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_add_VisibleExpressions_MatchCriteriaQuery(String)

    59 Add ShowInFormsExpression, ShowInListsExpression to ModelAction

    Declaration
    public void UpdateTable_SYS_ModelAction_add_VisibleExpressions_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_addSystemAction_Content(String)

    Content for 9a Update table SYS_ModelAction add SystemAction match criteria

    Declaration
    public void UpdateTable_SYS_ModelAction_addSystemAction_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelAction_addSystemAction_MatchCriteriaQuery(String)

    9a Update table SYS_ModelAction add SystemAction match criteria

    Declaration
    public void UpdateTable_SYS_ModelAction_addSystemAction_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelEntityInterface_add_Ownership_Content(String)

    Content for 28 Update table SYS_ModelEntityInterface add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_ModelEntityInterface_add_Ownership_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelEntityInterface_add_Ownership_MatchCriteriaQuery(String)

    28 Update table SYS_ModelEntityInterface add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_ModelEntityInterface_add_Ownership_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelEntityInterface_addSystemInterface_Content(String)

    Content for 9a Update table SYS_ModelEntityInterface add SystemInterface match criteria

    Declaration
    public void UpdateTable_SYS_ModelEntityInterface_addSystemInterface_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ModelEntityInterface_addSystemInterface_MatchCriteriaQuery(String)

    9a Update table SYS_ModelEntityInterface add SystemInterface match criteria

    Declaration
    public void UpdateTable_SYS_ModelEntityInterface_addSystemInterface_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Permission_addMessage_Content(String)

    Content for 38 Update table SYS_Permission add Message match criteria

    Declaration
    public void UpdateTable_SYS_Permission_addMessage_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Permission_addMessage_ContentMatchCriteriaQuery(String)

    38 Update table SYS_Permission add Message match criteria

    Declaration
    public void UpdateTable_SYS_Permission_addMessage_ContentMatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Permission_addRelation_SYS_EntityView_Content(String)

    Content for 34 Update table SYS_Permission add Relation_SYS_EntityView match criteria

    Declaration
    public void UpdateTable_SYS_Permission_addRelation_SYS_EntityView_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Permission_addRelation_SYS_EntityView_MatchCriteriaQuery(String)

    34 Update table SYS_Permission add Relation_SYS_EntityView match criteria

    Declaration
    public void UpdateTable_SYS_Permission_addRelation_SYS_EntityView_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Permission_IsDisabled_Content(String)

    Content for 40 Update table SYS_Permission add IsDisabled match criteria

    Declaration
    public void UpdateTable_SYS_Permission_IsDisabled_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Permission_IsDisabled_MatchCriteriaQuery(String)

    40 Update table SYS_Permission add IsDisabled match criteria

    Declaration
    public void UpdateTable_SYS_Permission_IsDisabled_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_add_Ownership_Content(String)

    Content for 24 Update table SYS_Property add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_Property_add_Ownership_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_add_Ownership_MatchCriteriaQuery(String)

    24 Update table SYS_Property add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_Property_add_Ownership_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_add_SYS_EvaluateDefaultValueExpression_Content(String)

    Content for 51 Update table SYS_Property add SYS_EvaluateDefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Property_add_SYS_EvaluateDefaultValueExpression_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_add_SYS_EvaluateDefaultValueExpression_MatchCriteriaQuery(String)

    51 Update table SYS_Property add SYS_EvaluateDefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Property_add_SYS_EvaluateDefaultValueExpression_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addDefaultAggregateFunction_Content(String)

    Content for 45 Update table SYS_Property add DefaultAggregateFunction match criteria

    Declaration
    public void UpdateTable_SYS_Property_addDefaultAggregateFunction_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addDefaultAggregateFunction_MatchCriteriaQuery(String)

    45 Update table SYS_Property add DefaultAggregateFunction match criteria

    Declaration
    public void UpdateTable_SYS_Property_addDefaultAggregateFunction_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addPersistBehavior_Content(String)

    Content for 4 Update table SYS_Property add PersistBehavior match criteria

    Declaration
    public void UpdateTable_SYS_Property_addPersistBehavior_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addPersistBehavior_Content2(String)

    Content for 4 Update table SYS_Property add PersistBehavior match criteria

    Declaration
    public void UpdateTable_SYS_Property_addPersistBehavior_Content2(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addPersistBehavior_MatchCriteriaQuery(String)

    4 Update table SYS_Property add PersistBehavior match criteria

    Declaration
    public void UpdateTable_SYS_Property_addPersistBehavior_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addPersistBehavior_MatchCriteriaQuery2(String)

    4 Update table SYS_Property add PersistBehavior match criteria

    Declaration
    public void UpdateTable_SYS_Property_addPersistBehavior_MatchCriteriaQuery2(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addSYS_DefaultValueExpression_Content(String)

    Content for 4b Update table SYS_Property add SYS_DefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Property_addSYS_DefaultValueExpression_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addSYS_DefaultValueExpression_MatchCriteriaQuery(String)

    4b Update table SYS_Property add SYS_DefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Property_addSYS_DefaultValueExpression_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addSystemProperty_Content(String)

    Content for 4a Update table SYS_Property add SystemProperty match criteria

    Declaration
    public void UpdateTable_SYS_Property_addSystemProperty_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Property_addSystemProperty_MatchCriteriaQuery(String)

    4a Update table SYS_Property add SystemProperty match criteria

    Declaration
    public void UpdateTable_SYS_Property_addSystemProperty_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_LogicalRelations_Content(String)

    57 Adds Columns for Logical Relations to SYS_Relation content

    Declaration
    public void UpdateTable_SYS_Relation_add_LogicalRelations_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_LogicalRelations_MatchCriteriaQuery(String)

    57 Adds Columns for Logical Relations to SYS_Relation match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_LogicalRelations_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_Ownership_Content(String)

    Content for 25 Update table SYS_Relation add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_Ownership_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_Ownership_MatchCriteriaQuery(String)

    25 Update table SYS_Relation add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_Ownership_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_SYS_CascadeAction_Content(String)

    Content for 48 Update table SYS_Relation add SYS_CascadeAction match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_SYS_CascadeAction_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_SYS_CascadeAction_MatchCriteriaQuery(String)

    48 Update table SYS_Relation add SYS_CascadeAction match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_SYS_CascadeAction_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_SYS_DefaultValueExpression_Content(String)

    Content for 50 Update table SYS_Relation add SYS_DefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_SYS_DefaultValueExpression_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_SYS_DefaultValueExpression_MatchCriteriaQuery(String)

    50 Update table SYS_Relation add SYS_DefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_SYS_DefaultValueExpression_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_SYS_EvaluateDefaultValueExpression_Content(String)

    Content for 52 Update table SYS_Relation add SYS_EvaluateDefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_SYS_EvaluateDefaultValueExpression_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_add_SYS_EvaluateDefaultValueExpression_MatchCriteriaQuery(String)

    52 Update table SYS_Relation add SYS_EvaluateDefaultValueExpression match criteria

    Declaration
    public void UpdateTable_SYS_Relation_add_SYS_EvaluateDefaultValueExpression_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_addBackReferenceInvariantFriendlyName_Content(String)

    Content for 37 Update table SYS_Relation add BackReferenceInvariantFriendlyName match criteria

    Declaration
    public void UpdateTable_SYS_Relation_addBackReferenceInvariantFriendlyName_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_addBackReferenceInvariantFriendlyName_MatchCriteriaQuery(String)

    37 Update table SYS_Relation add BackReferenceInvariantFriendlyName match criteria

    Declaration
    public void UpdateTable_SYS_Relation_addBackReferenceInvariantFriendlyName_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_addIsNullable_Content(String)

    Content for 5 Update table SYS_Relation add IsNullable match criteria

    Declaration
    public void UpdateTable_SYS_Relation_addIsNullable_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_addIsNullable_MatchCriteriaQuery(String)

    5 Update table SYS_Relation add IsNullable match criteria

    Declaration
    public void UpdateTable_SYS_Relation_addIsNullable_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_AddSystemProperty_Content(String)

    Content for 4a Update table SYS_Relation add SystemProperty match criteria

    Declaration
    public void UpdateTable_SYS_Relation_AddSystemProperty_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Relation_AddSystemProperty_MatchCriteriaQuery(String)

    4a Update table SYS_Relation add SystemProperty match criteria

    Declaration
    public void UpdateTable_SYS_Relation_AddSystemProperty_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_SyncConfig_addMaxPeriodWithoutSync_Content(String)

    Content for 6a Update table SYS_SyncConfig add MaxPeriodWithoutSync match criteria

    Declaration
    public void UpdateTable_SYS_SyncConfig_addMaxPeriodWithoutSync_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_SyncConfig_addMaxPeriodWithoutSync_MatchCriteriaQuery(String)

    6a Update table SYS_SyncConfig add MaxPeriodWithoutSync match criteria

    Declaration
    public void UpdateTable_SYS_SyncConfig_addMaxPeriodWithoutSync_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Trigger_addConstraint_Content(String)

    Content for 53 Update table SYS_Trigger add Constraint match criteria

    Declaration
    public void UpdateTable_SYS_Trigger_addConstraint_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_Trigger_addConstraint_MatchCriteriaQuery(String)

    53 Update table SYS_Trigger add Constraint match criteria

    Declaration
    public void UpdateTable_SYS_Trigger_addConstraint_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ValidationRule_add_Ownership_Content(String)

    Content for 27 Update table SYS_ValidationRule add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_ValidationRule_add_Ownership_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ValidationRule_add_Ownership_MatchCriteriaQuery(String)

    27 Update table SYS_ValidationRule add Ownership match criteria

    Declaration
    public void UpdateTable_SYS_ValidationRule_add_Ownership_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ValidationRule_addIsDisabled_Content(String)

    Content for 39 Update table SYS_ValidationRule add IsDisabled match criteria

    Declaration
    public void UpdateTable_SYS_ValidationRule_addIsDisabled_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ValidationRule_addIsDisabled_MatchCriteriaQuery(String)

    39 Update table SYS_ValidationRule add IsDisabled match criteria

    Declaration
    public void UpdateTable_SYS_ValidationRule_addIsDisabled_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ValidationRule_addSystemRule_Content(String)

    Content for 8a Update table SYS_ValidationRule add SystemRule match criteria

    Declaration
    public void UpdateTable_SYS_ValidationRule_addSystemRule_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateTable_SYS_ValidationRule_addSystemRule_MatchCriteriaQuery(String)

    8a Update table SYS_ValidationRule add SystemRule match criteria

    Declaration
    public void UpdateTable_SYS_ValidationRule_addSystemRule_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateWrongDefaultValues_SYS_Property_Content(String)

    Content for 20 Update wrong default values match criteria

    Declaration
    public void UpdateWrongDefaultValues_SYS_Property_Content(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    UpdateWrongDefaultValues_SYS_Property_MatchCriteriaQuery(String)

    20 Update wrong default values match criteria

    Declaration
    public void UpdateWrongDefaultValues_SYS_Property_MatchCriteriaQuery(string schema)
    Parameters
    Type Name Description
    System.String schema

    the schema to use.

    In This Article
    Back to top Copyright © 2025 software architects gmbh