clsDBGetColumn Method
Finds if specified Column name is in table. Datarows must have already been fetched.
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
public DataRow GetColumn(
string name
)
- name String
- Column name to find
DataRowDatarow if column name found, null if not