Table of Contents

Method LessThanOrEqual

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

LessThanOrEqual(string, MetadataFilterValue)

Creates a filter matching entries whose value for key is less than or equal to value.

public static MetadataFilter LessThanOrEqual(string key, MetadataFilterValue value)

Parameters

key string
value MetadataFilterValue

Returns

MetadataFilter
Share