[Missing <summary> documentation for "M:DataBaseExecutors.DBExecution.sqlRead(System.String,DataBaseExecutors.DBExecution.fetchDb,DataBaseExecutors.DBExecution.fetchDbEnd)"]
Namespace: DataBaseExecutorsAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
[ObsoleteAttribute("Please use typed function sqlRead(Of T), or sqlReadToString")]
public string sqlRead(
string sqlStr,
DBExecution..::..fetchDb callback,
DBExecution..::..fetchDbEnd closer = null
)
[ObsoleteAttribute("Please use typed function sqlRead(Of T), or sqlReadToString")]
public string sqlRead(
string sqlStr,
DBExecution..::..fetchDb callback,
DBExecution..::..fetchDbEnd closer = null
)
<ObsoleteAttribute("Please use typed function sqlRead(Of T), or sqlReadToString")>
Public Function sqlRead (
sqlStr As String,
callback As DBExecution..::..fetchDb,
Optional closer As DBExecution..::..fetchDbEnd = Nothing
) As String
<ObsoleteAttribute("Please use typed function sqlRead(Of T), or sqlReadToString")>
Public Function sqlRead (
sqlStr As String,
callback As DBExecution..::..fetchDb,
Optional closer As DBExecution..::..fetchDbEnd = Nothing
) As String
public:
[ObsoleteAttribute(L"Please use typed function sqlRead(Of T), or sqlReadToString")]
String^ sqlRead(
String^ sqlStr,
DBExecution..::..fetchDb^ callback,
DBExecution..::..fetchDbEnd^ closer = nullptr
)
public:
[ObsoleteAttribute(L"Please use typed function sqlRead(Of T), or sqlReadToString")]
String^ sqlRead(
String^ sqlStr,
DBExecution..::..fetchDb^ callback,
DBExecution..::..fetchDbEnd^ closer = nullptr
)
Parameters
- sqlStr
- Type: System String
[Missing <param name="sqlStr"/> documentation for "M:DataBaseExecutors.DBExecution.sqlRead(System.String,DataBaseExecutors.DBExecution.fetchDb,DataBaseExecutors.DBExecution.fetchDbEnd)"]
- callback
- Type: DataBaseExecutors DBExecution fetchDb
[Missing <param name="callback"/> documentation for "M:DataBaseExecutors.DBExecution.sqlRead(System.String,DataBaseExecutors.DBExecution.fetchDb,DataBaseExecutors.DBExecution.fetchDbEnd)"]
- closer (Optional)
- Type: DataBaseExecutors DBExecution fetchDbEnd
[Missing <param name="closer"/> documentation for "M:DataBaseExecutors.DBExecution.sqlRead(System.String,DataBaseExecutors.DBExecution.fetchDb,DataBaseExecutors.DBExecution.fetchDbEnd)"]
Return Value
Type:
String[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.sqlRead(System.String,DataBaseExecutors.DBExecution.fetchDb,DataBaseExecutors.DBExecution.fetchDbEnd)"]