SqlServerMemoryOptimizedAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class SqlServerMemoryOptimizedAttribute : AttributeBase, _Attribute
Properties
Durability
View Source
Declaration
public SqlServerDurability? Durability { get; set; }
Implements
System.Runtime.InteropServices._Attribute