StringField class

namespace: Serenity.Data   assemblySerenity.Net.Entity

Field with a String value

public class StringField : GenericClassField<string>

Public Members

name description
StringField(…) Initializes a new instance of the StringField class.
static Factory(…) Static factory for field, for backward compatibility, avoid using.
override GetFromReader(…) Gets field value from a data reader.
override IndexCompare(…) Compares the field values for two rows for an ascending index sort
override ValueFromJson(…) Deserializes this fields value from JSON
override ValueToJson(…) Serializes this fields value to JSON

See Also