| IFormatterFactoryGetTransforms Method |
Returns the list of Transformers, and for each of them, the type this Transformer returns.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
SyntaxDictionary<string, SqlType> GetTransforms()
Function GetTransforms As Dictionary(Of String, SqlType)
Dictionary<String^, SqlType>^ GetTransforms()
abstract GetTransforms : unit -> Dictionary<string, SqlType>
Return Value
Type:
DictionaryString,
SqlTypethe list of Transformers
See Also