Purpose: Data Access class for the table 'spalten'.
The following tables list the members exposed by the clsSpalten type.
Public Constructors
| Name | Description | |
|---|---|---|
|
clsSpalten Constructor | Purpose: Class constructor. |
Public Properties
| Name | Description | |
|---|---|---|
|
bAktiv | |
|
bAlsHacken | |
|
bReadonly | |
|
cpMainConnectionProvider | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
daErstellt_am | |
|
daMutiert_am | |
|
iBreite | |
|
iEintragnr | |
|
iErrorCode | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
iMandantnr | |
|
iMutierer | |
|
iReihenfolge | |
|
iRowsAffected | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
sConnectionString | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
sSpalte | |
|
sTabelle | |
|
sTabellenspalte | |
|
sTiptext |
Public Methods
| Name | Description | |
|---|---|---|
|
Delete | Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key. |
|
Dispose | (Overloaded) (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
Insert | Purpose: Insert method. This method will insert one new row into the database. |
|
SelectAll | Purpose: SelectAll method. This method will Select all rows from the table. |
|
SelectOne | Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key. |
|
Update | Purpose: Update method. This method will Update one existing row in the database. |
Fields
| Name | Description | |
|---|---|---|
|
m_bAktiv | |
|
m_bAlsHacken | |
|
m_bMainConnectionIsCreatedLocal | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_bReadonly | |
|
m_cpMainConnectionProvider | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_daErstellt_am | |
|
m_daMutiert_am | |
|
m_iBreite | |
|
m_iEintragnr | |
|
m_iErrorCode | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_iMandantnr | |
|
m_iMutierer | |
|
m_iReihenfolge | |
|
m_iRowsAffected | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_sSpalte | |
|
m_sTabelle | |
|
m_sTabellenspalte | |
|
m_sTiptext | |
|
m_scoMainConnection | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
See Also