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