Purpose: Data Access class for the table 'Person'.
The following tables list the members exposed by the clsPerson type.
Public Constructors
| Name | Description | |
|---|---|---|
|
clsPerson Constructor | Purpose: Class constructor. |
Public Properties
| Name | Description | |
|---|---|---|
|
bAktiv | |
|
cpMainConnectionProvider | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
daErstellt_am | |
|
daMutiert_am | |
|
iErrorCode | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
iMandantNr | |
|
iMutierer | |
|
iPersonNr | |
|
iRowsAffected | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
iSecurityLevelNr | |
|
iVertragspartnernr | |
|
sBemerkung | |
|
sConnectionString | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
sEMail | |
|
sInternet | |
|
sName | |
|
sOrt | |
|
sPlz | |
|
sPostfach | |
|
sStrasse | |
|
sTelefax | |
|
sTelefon | |
|
sVorname |
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_bMainConnectionIsCreatedLocal | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_cpMainConnectionProvider | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_daErstellt_am | |
|
m_daMutiert_am | |
|
m_iErrorCode | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_iMandantNr | |
|
m_iMutierer | |
|
m_iPersonNr | |
|
m_iRowsAffected | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
|
m_iSecurityLevelNr | |
|
m_iVertragspartnernr | |
|
m_sBemerkung | |
|
m_sEMail | |
|
m_sInternet | |
|
m_sName | |
|
m_sOrt | |
|
m_sPlz | |
|
m_sPostfach | |
|
m_sStrasse | |
|
m_sTelefax | |
|
m_sTelefon | |
|
m_sVorname | |
|
m_scoMainConnection | (inherited from Vertragsverwaltung.TKB.VV.DB.clsDBInteractionBase). |
See Also