ThemaPerson Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. Purpose: Data Access class for the table 'Funktion'. Purpose: Class constructor. Purpose: Insert method. This method will insert one new row into the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iFunktionNr
  • sBezeichnung. May be SqlString.Null
  • sBeschreibung. May be SqlString.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Update method. This method will Update one existing row in the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iFunktionNr
  • sBezeichnung. May be SqlString.Null
  • sBeschreibung. May be SqlString.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iFunktionNr
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key. DataTable object if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iFunktionNr
Properties set after a succesful call of this method:
  • iErrorCode
  • iFunktionNr
  • sBezeichnung
  • sBeschreibung
  • bAktiv
  • daErstellt_am
  • daMutiert_am
  • iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table. DataTable object if succeeded, otherwise an Exception is thrown. Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Data Access class for the table 'key_tabelle'. Purpose: Class constructor. Purpose: Insert method. This method will insert one new row into the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • sBeschreibung
  • iKey_wert
  • iMandantnr. May be SqlInt32.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iKeynr
  • iErrorCode
Purpose: Update method. This method will Update one existing row in the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iKeynr
  • sBeschreibung
  • iKey_wert
  • iMandantnr. May be SqlInt32.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iKeynr
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key. DataTable object if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iKeynr
Properties set after a succesful call of this method:
  • iErrorCode
  • iKeynr
  • sBeschreibung
  • iKey_wert
  • iMandantnr
  • bAktiv
  • daErstellt_am
  • daMutiert_am
  • iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table. DataTable object if succeeded, otherwise an Exception is thrown. Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Data Access class for the table 'Person'. Purpose: Class constructor. Purpose: Insert method. This method will insert one new row into the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iPersonNr
  • sFirma. May be SqlString.Null
  • sName. May be SqlString.Null
  • sVorname. May be SqlString.Null
  • sStrasse. May be SqlString.Null
  • sPostfach. May be SqlString.Null
  • sPlz. May be SqlString.Null
  • sOrt. May be SqlString.Null
  • sTelefon. May be SqlString.Null
  • sTelefax. May be SqlString.Null
  • sEMail. May be SqlString.Null
  • sInternet. May be SqlString.Null
  • sBemerkung. May be SqlString.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Update method. This method will Update one existing row in the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iPersonNr
  • sFirma. May be SqlString.Null
  • sName. May be SqlString.Null
  • sVorname. May be SqlString.Null
  • sStrasse. May be SqlString.Null
  • sPostfach. May be SqlString.Null
  • sPlz. May be SqlString.Null
  • sOrt. May be SqlString.Null
  • sTelefon. May be SqlString.Null
  • sTelefax. May be SqlString.Null
  • sEMail. May be SqlString.Null
  • sInternet. May be SqlString.Null
  • sBemerkung. May be SqlString.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iPersonNr
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key. DataTable object if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iPersonNr
Properties set after a succesful call of this method:
  • iErrorCode
  • iPersonNr
  • sFirma
  • sName
  • sVorname
  • sStrasse
  • sPostfach
  • sPlz
  • sOrt
  • sTelefon
  • sTelefax
  • sEMail
  • sInternet
  • sBemerkung
  • bAktiv
  • daErstellt_am
  • daMutiert_am
  • iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table. DataTable object if succeeded, otherwise an Exception is thrown. Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Data Access class for the table 'ThemaPerson'. Purpose: Class constructor. Purpose: Insert method. This method will insert one new row into the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iThemaPersonNr
  • iThemaNr. May be SqlInt32.Null
  • iPersonNr. May be SqlInt32.Null
  • iFunktionNr. May be SqlInt32.Null
  • sBemerkung. May be SqlString.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Update method. This method will Update one existing row in the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iThemaPersonNr
  • iThemaNr. May be SqlInt32.Null
  • iPersonNr. May be SqlInt32.Null
  • iFunktionNr. May be SqlInt32.Null
  • sBemerkung. May be SqlString.Null
  • bAktiv. May be SqlBoolean.Null
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iThemaPersonNr
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key. DataTable object if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iThemaPersonNr
Properties set after a succesful call of this method:
  • iErrorCode
  • iThemaPersonNr
  • iThemaNr
  • iPersonNr
  • iFunktionNr
  • sBemerkung
  • bAktiv
  • daErstellt_am
  • daMutiert_am
  • iMutierer
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table. DataTable object if succeeded, otherwise an Exception is thrown. Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Data Access class for the table 'spalten'. Purpose: Class constructor. Purpose: Insert method. This method will insert one new row into the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iEintragnr
  • sTabelle. May be SqlString.Null
  • sTabellenspalte. May be SqlString.Null
  • sSpalte. May be SqlString.Null
  • bReadonly
  • bAlsHacken
  • iBreite. May be SqlInt32.Null
  • iReihenfolge. May be SqlInt32.Null
  • sTiptext. May be SqlString.Null
  • bAktiv
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
  • iMandantnr. May be SqlInt32.Null
  • sNumberFormat. May be SqlString.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Update method. This method will Update one existing row in the database. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iEintragnr
  • sTabelle. May be SqlString.Null
  • sTabellenspalte. May be SqlString.Null
  • sSpalte. May be SqlString.Null
  • bReadonly
  • bAlsHacken
  • iBreite. May be SqlInt32.Null
  • iReihenfolge. May be SqlInt32.Null
  • sTiptext. May be SqlString.Null
  • bAktiv
  • daErstellt_am. May be SqlDateTime.Null
  • daMutiert_am. May be SqlDateTime.Null
  • iMutierer. May be SqlInt32.Null
  • iMandantnr. May be SqlInt32.Null
  • sNumberFormat. May be SqlString.Null
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key. True if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iEintragnr
Properties set after a succesful call of this method:
  • iErrorCode
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key. DataTable object if succeeded, otherwise an Exception is thrown. Properties needed for this method:
  • iEintragnr
Properties set after a succesful call of this method:
  • iErrorCode
  • iEintragnr
  • sTabelle
  • sTabellenspalte
  • sSpalte
  • bReadonly
  • bAlsHacken
  • iBreite
  • iReihenfolge
  • sTiptext
  • bAktiv
  • daErstellt_am
  • daMutiert_am
  • iMutierer
  • iMandantnr
  • sNumberFormat
Will fill all properties corresponding with a field in the table with the value of the row selected.
Purpose: SelectAll method. This method will Select all rows from the table. DataTable object if succeeded, otherwise an Exception is thrown. Properties set after a succesful call of this method:
  • iErrorCode
Mutierer auslesen Löschen eines Datensatzes erstellen. Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen Neue Person einfügen Löschen eines Datensatzes erstellen. Ursprungs-Person: Ist dieser Wert nicht 0, werden die Daten mit BaseNr zuerst gelesen Neue Person einfügen Sortierung der in der DB-Tabelle Spalaten festgelegten Reihenfolge Purpose: SelectAll method. This method will Select all rows from the table. DataTable object if succeeded, otherwise an Exception is thrown. Properties set after a succesful call of this method:
  • iErrorCode
Tabellenname übernehmen und Daten ab DB laden Daten ab Datenbank laden Basis-Datentabelle laden. Diese wird für die dynamische Generierung der Insert- und Update-Statements benötigt Update-Statement dynamisch für das UpdateCommand generieren Insert-Statement dynamisch für das InsertCommand generieren Prefixt für den SP-Übergabeparameter generieren Aktuelle Columnt Prefis für SP-Übergabeparameter SQL-DB-Type für den SP-Übergabeparameter festlegen Aktuelle Column SQLDBType Feldlänge für den SP-Übergabeparemter festlegen Aktulle Column Feldlänge Datesichern. Dabei wird das Update- sowie das Insert-Statement dynamisch generiert Dispose von Tabledata Load der Verbindungstabelle Neuer Eintrag in der Tabelle eintragen. Sind neben den Defaultwerten weitere Attribute vorhanden, werde diese abhängig vom Datentype mit Defaultwerten befüllt.