Search Results for

    Show / Hide Table of Contents

    Class ORMSybaseAttribute

    23423

    Inheritance
    System.Object
    ORMSybaseAttribute
    Namespace: Simplic.Framework.DAL.ORM.Sybase
    Assembly: Simplic.Framework.DAL.dll
    Syntax
    public class ORMSybaseAttribute : System.Attribute

    Properties

    | Improve this Doc View Source

    DBVersion

    Steuert ob diese Spalte erst ab der angegebenen DB Version verfügbar ist

    Declaration
    public string DBVersion { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DiffColName

    Der echte Spaltenname ist abweichend vom PropertyName

    Declaration
    public string DiffColName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsForeignKey

    Gibt an, dass die Property ein ForeignKey ist, muss vom Typ SybaseBase ableiten

    Declaration
    public bool IsForeignKey { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsPK

    Diese Eigenschaft gehört zu dem Primärschlussel

    Declaration
    public bool IsPK { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NoColumn

    Diese Eigenschaft gehört nicht zu der zugrundeliegenden Datenmenge und wird somit beim Datenbankzugriff nicht berücksichtig

    Declaration
    public bool NoColumn { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SubData

    Gibt an, dass die Eigenschaft eine Unterergebnismenge des aktuellen Typens entspricht (z.B. 1 : n Beziehung)

    Declaration
    public bool SubData { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx