Click or drag to resize

OrmResultSetTDataStatement Property

Gets the SQL statement that this result set is based on

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public SqlStatement Statement { get; }

Property Value

Type: SqlStatement

Implements

IOrmResultSetStatement
See Also