CollationAttribute public class CollationAttribute : Attribute Select the collating sequence to use on a column. "BINARY", "NOCASE", and "RTRIM" are supported. "BINARY" is the default. Documentation Code public string Value { get; } public CollationAttribute(string collation)