Class SqlitePocoGuidMapper
Inheritance
System.Object
Namespace: Umbraco.Cms.Persistence.Sqlite.Mappers
Assembly: Umbraco.Cms.Persistence.Sqlite.dll
Syntax
public class SqlitePocoGuidMapper : DefaultMapper
Methods
View SourceGetFromDbConverter(Type, Type)
Declaration
public override Func<object, object> GetFromDbConverter(Type destType, Type sourceType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | destType | |
| Type | sourceType |
Returns
| Type | Description |
|---|---|
| Func<System.Object, System.Object> |