Class UdefImportHelper
Inherited Members
Namespace: SuperOffice.CRM.Import
Assembly: SoDataBase.dll
Syntax
public class UdefImportHelper : UdefValueHelper
Constructors
UdefImportHelper()
Declaration
public UdefImportHelper()
Methods
ConvertStringToDbType(UDefFieldRow, Object)
Converts the string to the correct db type
Declaration
public static object ConvertStringToDbType(UDefFieldRow definition, object value)
Parameters
Type | Name | Description |
---|---|---|
UDefFieldRow | definition | |
Object | value |
Returns
Type | Description |
---|---|
Object |
Extension Methods
EnumUtil.MapEnums<From, To>(From)