Property Parser
Parser
Returns the instance of a IFieldCache parser that fits to the given sort type.
May return null
if no parser was specified. Sorting is using the default parser then.
Declaration
public virtual FieldCache.IParser Parser { get; }
Property Value
Type | Description |
---|---|
FieldCache.IParser | An instance of a IFieldCache parser, or |