Search Results for

    Show / Hide Table of Contents

    Enum StatementExecution

    Represents an enum that indicates under which condition a sql statement is executed

    Namespace: TimeCockpit.Data.Install
    Assembly: TimeCockpit.Data.dll
    Syntax
    public enum StatementExecution

    Fields

    Name Description
    ExecuteIfExists

    A sql statement is executed if MatchCriteriaQuery returns a record

    ExecuteIfNotExists

    A sql statement is executed if MatchCriteriaQuery does not return a record

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