Click or drag to resize
DataTypeTDbConversionFunc Property
Conversion function which converts value to its database representation. If not defined, value is used without any conversions.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected Func<T, Object, CultureInfo, Object> DbConversionFunc { get; set; }

Property Value

Type: FuncT, Object, CultureInfo, Object
See Also