Search Results for

    Show / Hide Table of Contents

    Enum ValueStorageType

    Represents the supported database types for storing a value.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [Serializable]
    [DataContract]
    public enum ValueStorageType

    Fields

    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 NVarchar(max).

    Nvarchar

    Store property value as NVarChar(512).

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<ValueStorageType, TProperty>(ValueStorageType, Expression<Func<ValueStorageType, TProperty>>)
    DictionaryExtensions.MergeLeft<ValueStorageType, TK, TV>(ValueStorageType, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<ValueStorageType, TK, TV>(ValueStorageType, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<ValueStorageType>(ValueStorageType)
    ObjectExtensions.AsEnumerableOfOne<ValueStorageType>(ValueStorageType)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX