DataManager..::..GetValue Method (String, List<(Of <(<'DbParameter>)>)>)
Gets the value of the first column after running the SQL sentence.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public Object GetValue( string SqlSentence, List<DbParameter> params )
Public Function GetValue ( _ SqlSentence As String, _ params As List(Of DbParameter) _ ) As Object
Parameters
- SqlSentence
- Type: String
A SQL.
- params
- Type: List<(Of <(<'DbParameter>)>)>
Params collection for parametrized queries