Click or drag to resize

SQLiteCommandBuilderDeleteT Method (ExpressionFuncT, Object)

Build delete text

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static string Delete<T>(
	params Expression<Func<T, Object>>[] whereProperties
)

Parameters

whereProperties
Type: System.Linq.ExpressionsExpressionFuncT, Object

[Missing <param name="whereProperties"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteCommandBuilder.Delete``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteCommandBuilder.Delete``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteCommandBuilder.Delete``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])"]

See Also