Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public Object ToDatabaseFormat(
	string propertyName,
	Object propertyValue,
	Type ownerType
)

Parameters

propertyName
Type: System..::.String
propertyValue
Type: System..::.Object
ownerType
Type: System..::.Type

Implements

ITypeHandlerToDatabaseFormat(String, Object, Type)

See Also