DataExistField Method
Indicates whether a field exists in a datarow by combining the table and the field (field or table.field).
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ExistField(
DataTable data,
string table,
string field
)
Public Shared Function ExistField (
data As DataTable,
table As String,
field As String
) As Boolean
- data DataTable
- Data to evaluate.
- table String
- Table name.
- field String
- Field name.
Boolean if the field exists in a datarow; otherwise,
.