Class DynamicColumnsStoreAttribute
Marks target member as dynamic columns store.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class DynamicColumnsStoreAttribute : MappingAttribute
- Inheritance
-
DynamicColumnsStoreAttribute
- Inherited Members
- Extension Methods
Constructors
DynamicColumnsStoreAttribute()
public DynamicColumnsStoreAttribute()
- See Also
Methods
GetObjectID()
Returns mapping attribute id, based on all attribute options.
public override string GetObjectID()
Returns
- See Also