| QueryPredicatePart Enumeration |
Query predicate part
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public enum QueryPredicatePart
Public Enumeration QueryPredicatePart
public enum class QueryPredicatePart
Members
| Member name | Value | Description |
---|
| Full | 15 | |
| Path | 1 | |
| Guard | 2 | |
| Cast | 4 | |
| SubPath | 8 | |
| PropertyAndGuard | 3 | |
| PropertyAndCast | 5 | |
See Also