ParametersExist Method
Indicates whether the parameter exists in the dataset.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool Exist(
DataTable dataParameters,
string parameter
)
Public Shared Function Exist (
dataParameters As DataTable,
parameter As String
) As Boolean
- dataParameters DataTable
- Data parameters.
- parameter String
- Parameter name.
Boolean if the parameter exists in the dataset; otherwise,
.