Click or drag to resize

SqlStatementArguments Property

Arguments for the SQL Statement

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public IEnumerable<Object> Arguments { get; }

Property Value

Type: IEnumerableObject
See Also