Asynchronously executes UPDATE statement generated by specified
Query and POCO model.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public Task<int> UpdateAsync(
Query query,
Object pocoModel
)
public Task<int> UpdateAsync(
Query query,
Object pocoModel
)
Public Function UpdateAsync (
query As Query,
pocoModel As Object
) As Task(Of Integer)
Public Function UpdateAsync (
query As Query,
pocoModel As Object
) As Task(Of Integer)
public:
Task<int>^ UpdateAsync(
Query^ query,
Object^ pocoModel
)
public:
Task<int>^ UpdateAsync(
Query^ query,
Object^ pocoModel
)
member UpdateAsync :
query : Query *
pocoModel : Object -> Task<int>
member UpdateAsync :
query : Query *
pocoModel : Object -> Task<int>
Return Value
Type:
Task Int32