Starts a new transaction at the server, and specifies whether the transaction is read-only and how database modifications should be handled.
procedure StartTransaction(IsolationLevel: TCRIsolationLevel; ReadOnly: boolean = False); reintroduce; overload;