TextualFieldAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Determines textual field for this field. This is placed on foreign keys and specifies which field in joined table (view fields in this row that originates from foreign table) should be used for display / filtering.
public TextualFieldAttribute(string value)
| parameter | description |
|---|---|
| value | The value. |
Remarks
Initializes a new instance of the TextualFieldAttribute class.
See Also
- class TextualFieldAttribute