Click or drag to resize

CommonMethodsBuildDictionary Method

Builds Dictionary(Of String, String) object to fill list controls its keys and values.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static Dictionary<string, string> BuildDictionary(
	string sqlCommandText,
	string dbName
)

Parameters

sqlCommandText
Type: SystemString
Sql statement.
dbName
Type: SystemString
Data base name.

Return Value

Type: DictionaryString, String
See Also