Skip to main content

AutoIdAttribute

Auto populate Property with RDBMS generated UUID if supported otherwise with a new C# GUID

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class AutoIdAttribute : AttributeBase, _Attribute

Implements

  • System.Runtime.InteropServices._Attribute