internal OletxXactTransInfo(Guid guid, OletxTransactionIsolationLevel isoLevel)
 {
     this.uow = guid;
     this.isoLevel = isoLevel;
     this.isoFlags = OletxTransactionIsoFlags.ISOFLAG_NONE;
     this.grfTCSupported = 0;
     this.grfRMSupported = 0;
     this.grfTCSupportedRetaining = 0;
     this.grfRMSupportedRetaining = 0;
 }
Пример #2
0
 internal OletxXactTransInfo(Guid guid, OletxTransactionIsolationLevel isoLevel)
 {
     this.uow                     = guid;
     this.isoLevel                = isoLevel;
     this.isoFlags                = OletxTransactionIsoFlags.ISOFLAG_NONE;
     this.grfTCSupported          = 0;
     this.grfRMSupported          = 0;
     this.grfTCSupportedRetaining = 0;
     this.grfRMSupportedRetaining = 0;
 }