Get the condition associated with the active index.
public string IndexCondition{ get; }
Remarks
This property returns the conditional expression for the active index if the index was created with a condition. If not, the property value will be an empty (0 length) string.
See Also