Mini SQL Query Extensibility Documentation
Format Method (text, items)
NamespacesMiniSqlQuery.Core.TemplateNVelocityWrapperFormat(String, Dictionary<(Of <(String, Object>)>))

[Missing <summary> documentation for "M:MiniSqlQuery.Core.Template.NVelocityWrapper.Format(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Declaration Syntax
C#Visual BasicVisual C++
public string Format(
	string text,
	Dictionary<string, Object> items
)
Public Function Format ( _
	text As String, _
	items As Dictionary(Of String, Object) _
) As String
public:
virtual String^ Format(
	String^ text, 
	Dictionary<String^, Object^>^ items
) sealed
Parameters
text (String)

[Missing <param name="text"/> documentation for "M:MiniSqlQuery.Core.Template.NVelocityWrapper.Format(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})"]

items (Dictionary<(Of <(String, Object>)>))

[Missing <param name="items"/> documentation for "M:MiniSqlQuery.Core.Template.NVelocityWrapper.Format(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Return Value

[Missing <returns> documentation for "M:MiniSqlQuery.Core.Template.NVelocityWrapper.Format(System.String,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)