Click or drag to resize

IExportSettingsMaxFieldSize Property

Maximum number of characters to retrieve from fields. This includes connected fields. The default is ~500.000, skabout five times the Commence default.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
int MaxFieldSize { get; set; }

Property Value

Type: Int32
Remarks
Severely impacts memory usage. When set to >2^20, NumRows may be overridden to prevent your system from exploding.
See Also