DBExecution sqlReadOneRow Method DataBaseExecutors
Execute sql query for one record,and return the value by Dictionary of column's name and value.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public Dictionary<string, string> sqlReadOneRow(
	string sql
)

Parameters

sql
Type: System String

[Missing <param name="sql"/> documentation for "M:DataBaseExecutors.DBExecution.sqlReadOneRow(System.String)"]

Return Value

Type: Dictionary String, String 

[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.sqlReadOneRow(System.String)"]

Remarks

See Also