Click or drag to resize

SqlStatement.Arguments Property

Arguments for the SQL Statement

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

Property Value

Type: IEnumerable<Object>
See Also