| SQLiteConnectionExtensionsBindInsert Method |
Bind insert value
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public static void BindInsert(
this IDbStatement me,
Object value
)
<ExtensionAttribute>
Public Shared Sub BindInsert (
me As IDbStatement,
value As Object
)
public:
[ExtensionAttribute]
static void BindInsert(
IDbStatement^ me,
Object^ value
)
[<ExtensionAttribute>]
static member BindInsert :
me : IDbStatement *
value : Object -> unit
Parameters
- me
- Type: IDbStatement
[Missing <param name="me"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionExtensions.BindInsert(SQLite.Net.Interop.IDbStatement,System.Object)"]
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionExtensions.BindInsert(SQLite.Net.Interop.IDbStatement,System.Object)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IDbStatement. 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