Enum ValueStorageType
Represents the supported database types for storing a value.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public enum ValueStorageTypeFields
| Name | Description | 
|---|---|
| Date | Store property value as Date. | 
| Decimal | Store property value as Decimal. | 
| Integer | Store property value as Integer. | 
| Ntext | Store property value as NText. | 
| Nvarchar | Store property value as NVarChar. |