Vertragsverwaltung-Klassenbibliothek  

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

[Visual Basic]
Public Sub New( _ 
ByVal tablename As String, _ 
ByVal Focus As Integer, _ 
ByVal keyvalue As String, _ 
ByVal mitarbeiternr As Integer, _ 
ByVal Key2 As String
)

Parameter

tablename
Focus
keyvalue
mitarbeiternr
Key2

Quellcode

[Visual Basic]
        Sub New(ByVal tablename As String, ByVal Focus As Integer, ByVal keyvalue As String, ByVal mitarbeiternr As Integer, ByVal Key2 As String) 
Me.Tablename = tablename 
Load_Data_2Key(tablename, keyvalue, mitarbeiternr, Key2) 
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