Search Results for

    Show / Hide Table of Contents

    Class FluentTransactionService

    Service for creation fluent trunsaction builder instances

    Inheritance
    System.Object
    FluentTransactionService
    Implements
    IFluentTransactionService
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Data
    Assembly: Simplic.Data.dll
    Syntax
    public class FluentTransactionService : IFluentTransactionService

    Constructors

    | Improve this Doc View Source

    FluentTransactionService(ITransactionService)

    Initialize service

    Declaration
    public FluentTransactionService(ITransactionService transactionService)
    Parameters
    Type Name Description
    ITransactionService transactionService

    Transaction service instance

    Methods

    | Improve this Doc View Source

    BeginTransaction()

    Create new transaction builder

    Declaration
    public IFluentTransactionBuilder BeginTransaction()
    Returns
    Type Description
    IFluentTransactionBuilder

    Instance of a transaction builder

    Implements

    IFluentTransactionService
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx