BCRepositoryNewTransaction Method | 
| Name | Description | |
|---|---|---|
| NewTransaction | 
            Returns a new BCRepository instance that is connected 
            to the same vault, opened in the same mode and work area in which 
            the current repository was initially opened.
              | |
| NewTransaction(Boolean) | 
            Returns a new BCRepository instance that is connected
            to the same vault, opened at the specified moment and work area in which 
            the current repository was initially opened.
              | |
| NewTransaction(NullableDateTime) | 
            Returns a new BCRepository instance that is connected 
            to the same vault, opened at the specified moment and work area in which 
            the current repository was initially opened.
              | |
| NewTransaction(Boolean, String) | 
            Returns a new BCRepository instance that is connected
            to the same vault, opened at the specified moment and work area.
              | |
| NewTransaction(NullableDateTime, String) | 
            Returns a new BCRepository instance that is connected 
            to the same vault, opened at the specified moment and work area.
              |