AliasAttribute
Map C# Type Name to a different RDBMS Table name or a Property Name to a different RDBMS Column name
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field)]
public class AliasAttribute : AttributeBase, _Attribute
Properties
Name
View Source
Declaration
public string Name { get; set; }
Implements
System.Runtime.InteropServices._Attribute