Table of Contents

Property MaxRows

Namespace
LMKit.Agents.Tools.BuiltIn.Data
Assembly
LM-Kit.NET.dll

MaxRows

Gets or sets the maximum number of rows returned by read and export operations. Default is 1000. Set to 0 for unlimited.

public int MaxRows { get; set; }

Property Value

int
Share