 | CdssQueryExpressionDefinitionSelectorFunction Property |
Gets or sets the selector function from the matching records
Namespace: SanteDB.Cdss.Xml.Model.ExpressionsAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic CdssCollectionSelectorType SelectorFunction { get; set; }Public Property SelectorFunction As CdssCollectionSelectorType
Get
Set
public:
property CdssCollectionSelectorType SelectorFunction {
CdssCollectionSelectorType get ();
void set (CdssCollectionSelectorType value);
}member SelectorFunction : CdssCollectionSelectorType with get, set
Property Value
CdssCollectionSelectorType
See Also