SqlServerFileTableAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class SqlServerFileTableAttribute : AttributeBase, _Attribute
Properties
FileTableDirectory
View Source
Declaration
public string FileTableDirectory { get; }
FileTableCollateFileName
View Source
Declaration
public string FileTableCollateFileName { get; }
Implements
System.Runtime.InteropServices._Attribute