Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IDataClient.ExecuteTransaction示例
编程语言:
C# (CSharp)
类/类型:
IDataClient
方法/功能:
ExecuteTransaction
hotexamples.com的示例:
1
C# (CSharp) IDataClient.ExecuteTransaction - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IDataClient.ExecuteTransaction
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Dispose(9)
GetCommand(7)
ExecuteScalar(6)
Connect(4)
EvalQuery(4)
AddTable(4)
Commit(4)
AddInstrument(3)
GetDataAdapter(3)
DeleteJob(3)
GetClusterInformation(3)
GetAccountsAsync(2)
DropDatabase(2)
GetAllOrdersAsync(2)
DeclareDomain(2)
Dump(2)
GetCategoriesAsync(2)
AddUniqueKey(2)
AddJob(2)
GetDataAsync(2)
AddTag(2)
FeedMany(2)
GetAsync(1)
GetConnection(1)
GetCatalogElementCrosses(1)
GetData(1)
GetCommandBuilder(1)
GetAuthentication(1)
GetClosedOrdersForAccountAsync(1)
GetAllAirplanesAsync(1)
GetCachableConferenceAsync(1)
GenerateUniqueIds(1)
GetAllChildProductsAsync(1)
AddClient(1)
ExecuteTransaction(1)
ConfigEviction(1)
AddPrimaryKey(1)
AddUnderlyingSymbol(1)
BackProject(1)
BatchExecute(1)
BatchExecuteProcedure(1)
Close(1)
CommitTransaction(1)
ComputePivot(1)
Createproject(1)
ExecuteQuery(1)
DeclareCollection(1)
DeleteClient(1)
DeleteTag(1)
DeleteUnderlyingSymbol(1)
常用方法
Dispose (9)
GetCommand (7)
ExecuteScalar (6)
Connect (4)
EvalQuery (4)
AddTable (4)
Commit (4)
AddInstrument (3)
GetDataAdapter (3)
DeleteJob (3)
常用方法
GetClusterInformation (3)
GetAccountsAsync (2)
DropDatabase (2)
GetAllOrdersAsync (2)
DeclareDomain (2)
Dump (2)
GetCategoriesAsync (2)
AddUniqueKey (2)
AddJob (2)
GetDataAsync (2)
AddTag (2)
FeedMany (2)
GetAsync (1)
GetConnection (1)
GetCatalogElementCrosses (1)
GetData (1)
GetCommandBuilder (1)
GetAuthentication (1)
GetClosedOrdersForAccountAsync (1)
GetAllAirplanesAsync (1)
常用方法
AddTag (2)
FeedMany (2)
GetAsync (1)
GetConnection (1)
GetCatalogElementCrosses (1)
GetData (1)
GetCommandBuilder (1)
GetAuthentication (1)
GetClosedOrdersForAccountAsync (1)
GetAllAirplanesAsync (1)
GetCachableConferenceAsync (1)
GenerateUniqueIds (1)
GetAllChildProductsAsync (1)
AddClient (1)
ExecuteTransaction (1)
ConfigEviction (1)
AddPrimaryKey (1)
AddUnderlyingSymbol (1)
BackProject (1)
BatchExecute (1)
BatchExecuteProcedure (1)
Close (1)
CommitTransaction (1)
ComputePivot (1)
Createproject (1)
ExecuteQuery (1)
DeclareCollection (1)
DeleteClient (1)
DeleteTag (1)
DeleteUnderlyingSymbol (1)
常用方法
GetCachableConferenceAsync (1)
GenerateUniqueIds (1)
GetAllChildProductsAsync (1)
AddClient (1)
ExecuteTransaction (1)
ConfigEviction (1)
AddPrimaryKey (1)
AddUnderlyingSymbol (1)
BackProject (1)
BatchExecute (1)
BatchExecuteProcedure (1)
Close (1)
CommitTransaction (1)
ComputePivot (1)
Createproject (1)
ExecuteQuery (1)
DeclareCollection (1)
DeleteClient (1)
DeleteTag (1)
DeleteUnderlyingSymbol (1)
Disconnect (1)
ExecSqlFormattable (1)
Execute (1)
ExecuteProcedure (1)
GetDataStreamAsync (1)
示例#1
0
显示文件
文件:
Transaction.cs
项目:
usinesoft/Cachalot
public void Commit() { _client.ExecuteTransaction(_childRequests); }
x