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)
Performs a mapping operation for a scalar value.
Declaration
object Map(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
Returns
| Type | Description |
|---|---|
| object |