Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValue Constructor (String, String, String, String)
Simple dictionary constructor

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public SqlDictionary(
	string connectionString,
	string tableName,
	string keyFieldName,
	string valueFieldName
)

Parameters

connectionString
Type: SystemString
The connection string to the SQL database
tableName
Type: SystemString
The table name
keyFieldName
Type: SystemString
The key field name
valueFieldName
Type: SystemString
The value field name
Remarks
Values in dictionaries that use this constructor are not grouped. All values in the table are returned.
See Also