ParametersAddValue Method
Add a parameter to the parameter dataset.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static void AddValue(
ref DataTable dataParameters,
string parameter,
Object value,
Type type = null,
bool allowDBNull = true
)
Public Shared Sub AddValue (
ByRef dataParameters As DataTable,
parameter As String,
value As Object,
Optional type As Type = Nothing,
Optional allowDBNull As Boolean = true
)
Parameters
- dataParameters DataTable
- Data parameters.
- parameter String
- Parameter name.
- value Object
- Value.
- type Type (Optional)
- Data type.
- allowDBNull Boolean (Optional)
- Indicates whether DBNull is supported.