Table of Contents

Method LessThan

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

LessThan(string, MetadataFilterValue)

Creates a filter matching entries whose value for key is strictly less than value.

public static MetadataFilter LessThan(string key, MetadataFilterValue value)

Parameters

key string
value MetadataFilterValue

Returns

MetadataFilter
Share