Click or drag to resize
IFormatterFactoryGetTransforms Method
Returns the list of Transformers, and for each of them, the type this Transformer returns.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
Dictionary<string, SqlType> GetTransforms()

Return Value

Type: DictionaryString, SqlType
the list of Transformers
See Also