| SqlStatementFormatters Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Db.SqlStatement.Formatters"]
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic Dictionary<int, Formatter> Formatters { get; }Public ReadOnly Property Formatters As Dictionary(Of Integer, Formatter)
Get
public:
property Dictionary<int, Formatter^>^ Formatters {
Dictionary<int, Formatter^>^ get ();
}member Formatters : Dictionary<int, Formatter> with get
Property Value
Type:
DictionaryInt32,
Formatter
See Also