| 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
)
Public Shared Function BuildDictionary (
sqlCommandText As String,
dbName As String
) As Dictionary(Of String, String)
Parameters
- sqlCommandText
- Type: SystemString
Sql statement. - dbName
- Type: SystemString
Data base name.
Return Value
Type:
DictionaryString,
StringSee Also