Méthode Transaction.ToString
Retourne une valeur de type String qui représente la transaction actuelle.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Transaction
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Valeur de retour
Type : System.String
Chaîne qui représente la transaction actuelle.