Table of Contents

Class DynamicColumnsStoreAttribute

Namespace
LinqToDB.Mapping
Assembly
linq2db.dll

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

string
See Also

See Also