Skip to main content

SqlServerCollateAttribute

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class SqlServerCollateAttribute : AttributeBase, _Attribute

Properties

Collation

View Source
Declaration
public string Collation { get; set; }

Implements

  • System.Runtime.InteropServices._Attribute