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