CompositeKeyAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false)]
public class CompositeKeyAttribute : AttributeBase, _Attribute
Properties
FieldNames
View Source
Declaration
public List<string> FieldNames { get; set; }
Implements
System.Runtime.InteropServices._Attribute