DataManager..::..GetValue Method (String, Int32, List<(Of <(<'DbParameter>)>)>)
Gets the value returned by a SQl sentence for a given field index.
Namespace:
FLEXYGO.DataAssembly: flxDataManager (in flxDataManager.dll)
Syntax
public Object GetValue( string SqlSentence, int aFieldOrder, List<DbParameter> params )
Public Function GetValue ( _ SqlSentence As String, _ aFieldOrder As Integer, _ params As List(Of DbParameter) _ ) As Object
Parameters
- SqlSentence
- Type: String
A SQL sentence.
- aFieldOrder
- Type: Int32
Filed order.
- params
- Type: List<(Of <(<'DbParameter>)>)>
Params collection for parametrized queries