MapColumnAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class MapColumnAttribute : AttributeBase, _Attribute
Properties
Table
View Source
Declaration
public string Table { get; set; }
Column
View Source
Declaration
public string Column { get; set; }
Implements
System.Runtime.InteropServices._Attribute