Search Results for

    Show / Hide Table of Contents

    Class DBStack

    Erweitert den Basis Infostack um weitere Funktionalität, die im Zusammenhang mit Datenbank Info Objekten stehen

    Inheritance
    System.Object
    ORMInfoStackBase
    DBStack
    SybaseStack
    Inherited Members
    ORMInfoStackBase.ReadOnly
    ORMInfoStackBase.DoWorkFailedHandler
    ORMInfoStackBase.OnRaiseDoWorkFailedEvent(EventArgs)
    ORMInfoStackBase.Reset()
    ORMInfoStackBase.WorkCounter()
    ORMInfoStackBase.NewObject<T>()
    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: Simplic.Framework.DAL.ORM.DB
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public abstract class DBStack : ORMInfoStackBase

    Constructors

    | Improve this Doc View Source

    DBStack()

    Declaration
    public DBStack()

    Properties

    | Improve this Doc View Source

    DefaultConnectionStringName

    Wird für alle Verbindungsversuche verwendet, bei denen nicht explizit ein abweichender Connectionstring angegeben wurde

    Declaration
    public string DefaultConnectionStringName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    AddReferenceObject(ORMInfoBase, String, String, String, Dictionary<String, Object>)

    Fügt der Liste von möglichen Referenzobjekten ein weiteres Objekt hinzu

    Declaration
    public void AddReferenceObject(ORMInfoBase info, string tableName, string tableOwner, string connectionString, Dictionary<string, object> pk)
    Parameters
    Type Name Description
    ORMInfoBase info
    System.String tableName
    System.String tableOwner
    System.String connectionString
    System.Collections.Generic.Dictionary<System.String, System.Object> pk
    | Improve this Doc View Source

    DoWork()

    Declaration
    public override void DoWork()
    Overrides
    ORMInfoStackBase.DoWork()
    | Improve this Doc View Source

    TryGetObjectReference(String, String, String, Dictionary<String, Object>, out ORMInfoBase)

    Versucht eine bereits vorhandene Objectreferenz zu finden

    Declaration
    public bool TryGetObjectReference(string tableName, string tableOwner, string connectionString, Dictionary<string, object> pk, out ORMInfoBase info)
    Parameters
    Type Name Description
    System.String tableName

    Tabellenname

    System.String tableOwner

    Tabellenbesitzer

    System.String connectionString
    System.Collections.Generic.Dictionary<System.String, System.Object> pk
    ORMInfoBase info
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx