Vertragsverwaltung-Klassenbibliothek  

DomainTable -Konstructor (System.String, System.Int32, System.String, System.Int32)

[Visual Basic]
Public Sub New( _ 
ByVal tablename As String, _ 
ByVal Fokus As Integer, _ 
ByVal Keyvalue As String, _ 
ByVal mitarbeiternr As Integer
)

Parameter

tablename
Fokus
Keyvalue
mitarbeiternr

Quellcode

[Visual Basic]
        Sub New(ByVal tablename As String, ByVal Fokus As Integer, ByVal Keyvalue As String, ByVal mitarbeiternr As Integer) 
Me.Tablename = tablename 
If Keyvalue = "" Then 
Load_Data() 
Else 
Load_Data_MA_Fokus(tablename, Fokus, Keyvalue, mitarbeiternr) 
End If 
End Sub

Forderungen

Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

Siehe auch

DomainTable