DataManager..::..GetValue Method
Overload List
Name | Description | |
---|---|---|
GetValue(String, String, List<(Of <<'(DbParameter>)>>)) |
Gets the value returned by a SQl sentence for a given field name.
|
|
GetValue(String, Int32, List<(Of <<'(DbParameter>)>>)) |
Gets the value returned by a SQl sentence for a given field index.
|
|
GetValue(String, List<(Of <<'(DbParameter>)>>)) |
Gets the value of the first column after running the SQL sentence.
|