Click or drag to resize

SessionBaseDefaultStringComparer Property

Set the StringComparer to use when no application provided comparator is provided. By default we will then use StringComparer.Ordinal.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static StringComparer DefaultStringComparer { get; set; }

Property Value

Type: StringComparer
See Also