Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Task<int> UpdateAsync(
string table,
RecordSet rs
)
Task<int> UpdateAsync(
string table,
RecordSet rs
)
Function UpdateAsync (
table As String,
rs As RecordSet
) As Task(Of Integer)
Function UpdateAsync (
table As String,
rs As RecordSet
) As Task(Of Integer)
Task<int>^ UpdateAsync(
String^ table,
RecordSet^ rs
)
Task<int>^ UpdateAsync(
String^ table,
RecordSet^ rs
)
abstract UpdateAsync :
table : string *
rs : RecordSet -> Task<int>
abstract UpdateAsync :
table : string *
rs : RecordSet -> Task<int>
Return Value
Type:
Task Int32