UniqueAttribute Class
- Last UpdatedApr 08, 2026
- 1 minute read
Marks a property as representing a unique field in the database.
[AttributeUsage(AttributeTargets.All,
Inherited=true,
AllowMultiple=false)]
public sealed class UniqueAttribute : System.Attribute
[AttributeUsage(AttributeTargets.All,
Inherited=true,
AllowMultiple=false)]
public ref class UniqueAttribute sealed : public System.Attribute
System.Object
System.Attribute
OASySDNA.RealTime.Data.Common.Attributes.UniqueAttribute