Vertragsverwaltung Reference  

DomainTable Members

DomainTable overview

Public Constructors

public constructor DomainTable Constructor (Overloaded)

Supported by the .NET Compact Framework.

Tabellenname übernehmen und Daten ab DB laden

Public Properties

public property Insert_Proc

Supported by the .NET Compact Framework.

public property Insert_Proc_Bottomtable

Supported by the .NET Compact Framework.

public property Select_Proc

Supported by the .NET Compact Framework.

public property Select_Proc_Bottomtable

Supported by the .NET Compact Framework.

public property Tabledata

Supported by the .NET Compact Framework.

public property Tablename

Supported by the .NET Compact Framework.

public property Update_Proc

Supported by the .NET Compact Framework.

public property Update_Proc_Bottomtable

Supported by the .NET Compact Framework.

Public Methods

public method Insert_Bottom_Table

Supported by the .NET Compact Framework.

Neuer Eintrag in der Tabelle eintragen. Sind neben den Defaultwerten weitere Attribute vorhanden, werde diese abhängig vom Datentype mit Defaultwerten befüllt.
public method Load_Bootom_Table

Supported by the .NET Compact Framework.

Load der Verbindungstabelle
public method Load_Data

Supported by the .NET Compact Framework.

Daten ab Datenbank laden
public method Load_Data_MA

Supported by the .NET Compact Framework.

public method Save_Data

Supported by the .NET Compact Framework.

Datesichern. Dabei wird das Update- sowie das Insert-Statement dynamisch generiert
public method dispose

Supported by the .NET Compact Framework.

Dispose von Tabledata

Private, internal (Friend) and internal protected (Protected Friend) Methods

private method Generate_Insert_Statement

Supported by the .NET Compact Framework.

Insert-Statement dynamisch für das InsertCommand generieren
private method Generate_Update_Statement

Supported by the .NET Compact Framework.

Update-Statement dynamisch für das UpdateCommand generieren
private method Get_Data_Fieldlen

Supported by the .NET Compact Framework.

Feldlänge für den SP-Übergabeparemter festlegen
private method Get_Prefix

Supported by the .NET Compact Framework.

Prefixt für den SP-Übergabeparameter generieren
private method Get_SqlDBType

Supported by the .NET Compact Framework.

SQL-DB-Type für den SP-Übergabeparameter festlegen
private method Load_BaseData

Supported by the .NET Compact Framework.

Basis-Datentabelle laden. Diese wird für die dynamische Generierung der Insert- und Update-Statements benötigt

Fields

private field BaseData

Supported by the .NET Compact Framework.

private field InsertCommand

Supported by the .NET Compact Framework.

private field UpdateCommand

Supported by the .NET Compact Framework.

private field connection

Supported by the .NET Compact Framework.

private field da

Supported by the .NET Compact Framework.

private field m_Tabledata

Supported by the .NET Compact Framework.

private field m_selectproc

Supported by the .NET Compact Framework.

private field m_tablename

Supported by the .NET Compact Framework.

private field selectcommand

Supported by the .NET Compact Framework.

See Also

DomainTable Class