Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
That is what Greg is showing you. The Me.ExecuteNonQuery is being executed on the BO, so when you pass over the SqlCommand it will update the Connection of that object through the BO without any additional coding.
|