[Visual Basic] Public Property Vertragselement_Bezeichnung() As String
[Visual Basic] Property Vertragselement_Bezeichnung() As String
Get
Dim ve As New TKB.VV.DB.clsVertragselement
Try
ve.cpMainConnectionProvider = Globals.conn
ve.iVertragselementnr = New SqlInt32(CType(Me.Vertragselementnr, Int32))
ve.SelectOne()
Return ve.sBezeichnung.Value
Catch ex As Exception
Finally
ve.Dispose()
End Try
End Get
Set(ByVal value As String)
End Set
End Property
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