Click or drag to resize

SQLiteConnectionExtensionsPrepareInsertT Method (SQLiteConnection)

Prepare a insert statement

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static IDbStatement PrepareInsert<T>(
	this SQLiteConnection me
)

Parameters

me
Type: SQLiteConnection

[Missing <param name="me"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionExtensions.PrepareInsert``1(SQLite.Net.SQLiteConnection)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionExtensions.PrepareInsert``1(SQLite.Net.SQLiteConnection)"]

Return Value

Type: IDbStatement

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteConnectionExtensions.PrepareInsert``1(SQLite.Net.SQLiteConnection)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SQLiteConnection. 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