| StandardExtractorFactoryDefinedTransformers Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Db.StandardExtractorFactory.DefinedTransformers"]
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic Dictionary<string, KeyValuePair<SqlType, IFormatterFactory>> DefinedTransformers { get; }Public ReadOnly Property DefinedTransformers As Dictionary(Of String, KeyValuePair(Of SqlType, IFormatterFactory))
Get
public:
property Dictionary<String^, KeyValuePair<SqlType, IFormatterFactory^>>^ DefinedTransformers {
Dictionary<String^, KeyValuePair<SqlType, IFormatterFactory^>>^ get ();
}member DefinedTransformers : Dictionary<string, KeyValuePair<SqlType, IFormatterFactory>> with get
Property Value
Type:
DictionaryString,
KeyValuePairSqlType,
IFormatterFactory
See Also