ParametersGetValue Method
Obtains the information of a parameter of a datatable where each column corresponds to a parameter.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object GetValue(
DataTable dataParameters,
string parameter,
bool allowDBNull = true
)
Public Shared Function GetValue (
dataParameters As DataTable,
parameter As String,
Optional allowDBNull As Boolean = true
) As Object
- dataParameters DataTable
- Data parameters.
- parameter String
- Parameter name.
- allowDBNull Boolean (Optional)
- Indicates whether DBNull is supported.
ObjectObject with the information of a parameter of a datatable where each column corresponds to a parameter.