SequenceAttribute
Use in FirebirdSql. indicates name of generator for columns of type AutoIncrement
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property)]
public class SequenceAttribute : AttributeBase, _Attribute
Properties
Name
View Source
Declaration
public string Name { get; set; }
Implements
System.Runtime.InteropServices._Attribute