Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public static IDbCommand GetInsertCommand(
this IDbCommandBuilder cmdBuilder,
string table,
IDictionary<string, Object> data
)
public static IDbCommand GetInsertCommand(
this IDbCommandBuilder cmdBuilder,
string table,
IDictionary<string, Object> data
)
<ExtensionAttribute>
Public Shared Function GetInsertCommand (
cmdBuilder As IDbCommandBuilder,
table As String,
data As IDictionary(Of String, Object)
) As IDbCommand
<ExtensionAttribute>
Public Shared Function GetInsertCommand (
cmdBuilder As IDbCommandBuilder,
table As String,
data As IDictionary(Of String, Object)
) As IDbCommand
public:
[ExtensionAttribute]
static IDbCommand^ GetInsertCommand(
IDbCommandBuilder^ cmdBuilder,
String^ table,
IDictionary<String^, Object^>^ data
)
public:
[ExtensionAttribute]
static IDbCommand^ GetInsertCommand(
IDbCommandBuilder^ cmdBuilder,
String^ table,
IDictionary<String^, Object^>^ data
)
static member GetInsertCommand :
cmdBuilder : IDbCommandBuilder *
table : string *
data : IDictionary<string, Object> -> IDbCommand
static member GetInsertCommand :
cmdBuilder : IDbCommandBuilder *
table : string *
data : IDictionary<string, Object> -> IDbCommand
Return Value
Type:
IDbCommandUsage 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).