W
whiteboy
I want to create my own Aggregate function to be used in the
DataColumn.Expression property.
So for example,
DataColumn col = new DataColumn("foo", typeof(String));
col.Expression = "my_custom(Child.Test)";
Anyone done this before? Any suggestions on where to start?
thanks
DataColumn.Expression property.
So for example,
DataColumn col = new DataColumn("foo", typeof(String));
col.Expression = "my_custom(Child.Test)";
Anyone done this before? Any suggestions on where to start?
thanks