Table of Contents

Property Values

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Values

Gets the comparison values: one value for binary operators, the value list for In/NotIn, and a single boolean for Exists.

public IReadOnlyList<MetadataFilterValue> Values { get; }

Property Value

IReadOnlyList<MetadataFilterValue>
Share