Execute sql query for one record,and return the value by Dictionary of column's name and value.
Namespace: DataBaseExecutorsAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax
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