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: 11.1.0.0 (11.1)
Syntax public 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:
UInt16See Also