protected bool ColumnExists( DataRow row, string colName )
Protected Function ColumnExists ( _ row As DataRow, _ colName As String _ ) As Boolean
protected: bool ColumnExists( DataRow^ row, String^ colName )