SessionBaseMinStringLengthToIntern Property |
Get the minimum 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 MinStringLengthToIntern { get; }
Public Shared ReadOnly Property MinStringLengthToIntern As UShort
Get
public:
static property unsigned short MinStringLengthToIntern {
unsigned short get ();
}
static member MinStringLengthToIntern : uint16 with get
Property Value
Type:
UInt16
See Also