This area of Genome is subject to change.
Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain.This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain.
public static Context Create();
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IsolationLevel);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will use the specified LockingSemanticsBindings for locking. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IsolationLevel,LockingSemanticsBindings);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. Physical transaction spawning is governed by the specified TransactionSpawnMethod. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IsolationLevel,TransactionSpawnMethod);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will use the specified LockingSemanticsBindings for locking. Physical transaction spawning is governed by the specified TransactionSpawnMethod. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IsolationLevel,TransactionSpawnMethod,LockingSemanticsBindings);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will use the specified LockingSemanticsBindings for locking. Physical transaction spawning is governed by the specified TransactionSpawnMethod. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IsolationLevel,TransactionSpawnMethod,LockingSemanticsBindings,CommitArgs);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context.
public static Context Create(IContext);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IContext,IsolationLevel);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context and will use the specified LockingSemanticsBindings for locking. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IContext,IsolationLevel,LockingSemanticsBindings);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context and will use the specified LockingSemanticsBindings for locking. Physical transaction spawning is governed by the specified TransactionSpawnMethod. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IContext,IsolationLevel,TransactionSpawnMethod,LockingSemanticsBindings);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context, will use the specified LockingSemanticsBindings for locking and will have a caching behavior governed by the specified CacheConfiguration. Physical transaction spawning is governed by the specified TransactionSpawnMethod. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IContext,IsolationLevel,TransactionSpawnMethod,LockingSemanticsBindings,CacheConfiguration);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context, will use the specified LockingSemanticsBindings for locking, will have a caching behavior governed by the specified CacheConfiguration and will have a default data retrieval behavior defined by the specified DataRetrievalConfiguration. Physical transaction spawning is governed by the specified TransactionSpawnMethod. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IContext,IsolationLevel,TransactionSpawnMethod,LockingSemanticsBindings,CacheConfiguration,DataRetrievalConfiguration);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context, will use the specified LockingSemanticsBindings for locking, will have a caching behavior governed by the specified CacheConfiguration and will have a default data retrieval behavior defined by the specified DataRetrievalConfiguration. Physical transaction spawning is governed by the specified TransactionSpawnMethod. The physical transaction used for database operations will be created with the specified IsolationLevel.
public static Context Create(IContext,IsolationLevel,TransactionSpawnMethod,LockingSemanticsBindings,CacheConfiguration,DataRetrievalConfiguration,CommitArgs);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will be inherited from the specified Context and will use the specified LockingSemanticsBindings for locking.
public static Context Create(IContext,LockingSemanticsBindings);
This area of Genome is subject to change. Creates a new Context instance that can be used to encapsulate access to all DataDomains in the calling AppDomain. The created Context will use the specified LockingSemanticsBindings for locking.
public static Context Create(LockingSemanticsBindings);
ShortRunningTransactionContext Class | TechTalk.Genome Namespace