ValueIndexItem
public final class ValueIndexItem
                Value Index Item.
- 
                  
                  
Undocumented
Declaration
Swift
public class func property(_ property: String) -> ValueIndexItem - 
                  
                  
Creates a value index item with the given expression.
Declaration
Swift
public class func expression(_ expression: ExpressionProtocol) -> ValueIndexItemParameters
expressionThe expression to index. Typically a property expression.
Return Value
The value index item.
 
        ValueIndexItem Class Reference