Property Parser
Parser
Returns the instance of a FieldCache 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 Parser Parser { get; }
Property Value
Type | Description |
---|---|
Parser | An instance of a <see cref="FieldCache" /> parser, or <c>null</c>. |