Chili.Opf3 Send comments on this topic.
Root Property
See Also 
Chili.Opf3.Storages.MsSql Namespace > MsSqlTransaction Class : Root Property




Returns the root save point of the current transaction.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property Root As String
Visual Basic (Usage)Copy Code
Dim instance As MsSqlTransaction
Dim value As String
 
value = instance.Root
C# 
protected string Root {get;}
Managed Extensions for C++ 
protected: __property string* get_Root();
C++/CLI 
protected:
property String^ Root {
   String^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also