Class TabularFieldNameAttribute
Specifies the name of a tabular field. This class cannot be inherited.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class TabularFieldNameAttribute : Attribute
- Inheritance
-
TabularFieldNameAttribute
Constructors
TabularFieldNameAttribute(string)
Initializes a new instance of the TabularFieldNameAttribute class with the specified name.
public TabularFieldNameAttribute(string name)
Parameters
name
stringThe name of the field.