Interface IScalarMapper
Provides a mapping function for ExecuteScalar<T>(string, params object[])
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IScalarMapper
Methods
View SourceMap(object)
Maps the specified scalar value to a corresponding object representation.
Declaration
object Map(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | The scalar value to map. |
Returns
| Type | Description |
|---|---|
| object | The mapped object. |