DataSource.CreateTransaction Method (String)

System.Data.Generic

DataSourceCreateTransaction Method (String)
Create a new transaction context and leaves the connection open.

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public TransactionContext CreateTransaction(
	string name
)
Public Function CreateTransaction ( 
	name As String
) As TransactionContext
public:
TransactionContext^ CreateTransaction(
	String^ name
)
member CreateTransaction : 
        name : string -> TransactionContext 

Parameters

name
Type: SystemString
Name of the transaction

Return Value

Type: TransactionContext
Context of the transaction to passe to subsequent requests.
Remarks