Skip to content

Conversation

@MSDN-WhiteKnight
Copy link
Contributor

Summary

Update samples to make them work with any data source, rather then just collections of DataRowView items.

Fixes dotnet/dotnet-api-docs#1911

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making this update @MSDN-WhiteKnight

I've reviewed the changes, and I'll :shipit: now.

Thanks again for helping us improve our docs!

@BillWagner BillWagner merged commit 9773afc into dotnet:master May 14, 2019
@MSDN-WhiteKnight MSDN-WhiteKnight deleted the patch-1 branch May 15, 2019 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Example provided fails on... System.Data.DataRowView drv = (System.Data.DataRowView)value;

2 participants