An开发者_运维问答yway to use BS.Find with more than one column (like "ID",1 And "Name","Smith") ?
Find will only work on primary keys, you can use Select or RowFilter for such a thing if your DataSource is DataTable
An开发者_运维问答yway to use BS.Find with more than one column (like "ID",1 And "Name","Smith") ?
Find will only work on primary keys, you can use Select or RowFilter for such a thing if your DataSource is DataTable
精彩评论