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 SourceDBVersion
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 |
DiffColName
Der echte Spaltenname ist abweichend vom PropertyName
Declaration
public string DiffColName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
IsPK
Diese Eigenschaft gehört zu dem Primärschlussel
Declaration
public bool IsPK { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
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 |