DbCommandBuilderExtensions GetUpdateCommand Method (IDbCommandBuilder, Query, Object)NReco.Data Class Library Documentation

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public static IDbCommand GetUpdateCommand(
	this IDbCommandBuilder cmdBuilder,
	Query q,
	Object poco
)

Return Value

Type: IDbCommand

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDbCommandBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also