dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
Collation Class
SQL string-comparison collation settings reported by a Feature Service layer.
public record Collation : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.Collation>
Inheritance System.Object 🡒 Collation
Implements System.IEquatable<Collation>
Constructors
Collation(string, Nullable, Nullable) Constructor
SQL string-comparison collation settings reported by a Feature Service layer.
public Collation(string? Locale=null, System.Nullable<bool> CaseSensitive=null, System.Nullable<bool> AccentSensitive=null);
Parameters
Locale System.String
CaseSensitive System.Nullable<System.Boolean>
AccentSensitive System.Nullable<System.Boolean>
Properties
Collation.AccentSensitive Property
public System.Nullable<bool> AccentSensitive { get; init; }
Property Value
System.Nullable<System.Boolean>
Collation.CaseSensitive Property
public System.Nullable<bool> CaseSensitive { get; init; }
Property Value
System.Nullable<System.Boolean>
Collation.Locale Property
public string? Locale { get; init; }