J
John Xavier Smith
Is there a more optimal way than creating a new column as an expression? The
following code snippet works, I was hoping for a better alternative:
<DataTable>.Columns.Add("MaxIndentation", typeof(string),
"Max(indentation)");
MessageBox.Show(<DataTable>.Rows[0]["MaxIndentation"].ToString());
following code snippet works, I was hoping for a better alternative:
<DataTable>.Columns.Add("MaxIndentation", typeof(string),
"Max(indentation)");
MessageBox.Show(<DataTable>.Rows[0]["MaxIndentation"].ToString());