clsDBGetColumn Method

Finds if specified Column name is in table. Datarows must have already been fetched.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public DataRow GetColumn(
	string name
)

Parameters

name  String
Column name to find

Return Value

DataRow
Datarow if column name found, null if not

See Also