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