Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 961 Bytes

TextualFieldAttribute.md

File metadata and controls

20 lines (14 loc) · 961 Bytes

TextualFieldAttribute class

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

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.

[AttributeUsage(AttributeTargets.All)]
public class TextualFieldAttribute : Attribute

Public Members

name description
TextualFieldAttribute(…) Initializes a new instance of the TextualFieldAttribute class.
Value { get; } Gets the value.

See Also