SessionBaseMaxStringLengthToIntern Property |
Get the maximum size a string must have before VelocityDB internals interns,
Intern(String), string when read from a
Database.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic static ushort MaxStringLengthToIntern { get; }
Public Shared ReadOnly Property MaxStringLengthToIntern As UShort
Get
public:
static property unsigned short MaxStringLengthToIntern {
unsigned short get ();
}
static member MaxStringLengthToIntern : uint16 with get
Property Value
Type:
UInt16
See Also