Click or drag to resize

CommenceCursorMaxFieldSize Property

Maximum field size. Gets the maximum number of characters that can be read from a Commence field. Undocumented by Commence. The default value is 93750.

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

Property Value

Type: Int32

Implements

ICommenceCursorMaxFieldSize
Remarks
Be careful with setting this to a large value. It obviously impacts memory usage, and may make Commence go unresponsive for a long time, especially when you have columns defined with SetRelatedColumn(Int32, String, String, String, CmcOptionFlags)!

This property is not documented by Commence.

See Also