Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IScalarMapper

    Provides a mapping function for ExecuteScalar<T>(String, Object[])

    Namespace: Umbraco.Cms.Infrastructure.Persistence
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IScalarMapper

    Methods

    View Source

    Map(Object)

    Performs a mapping operation for a scalar value.

    Declaration
    object Map(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Map(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX