DataExistField Method

Indicates whether a field exists in a datarow by combining the table and the field (field or table.field).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ExistField(
	DataTable data,
	string table,
	string field
)

Parameters

data  DataTable
Data to evaluate.
table  String
Table name.
field  String
Field name.

Return Value

Boolean
if the field exists in a datarow; otherwise, .

See Also