If I bind controls in a window form to a binding source, how to dynamically
customize the fill to accept a key parameter to show only the record
associated with the key?
specifically if the bindingsource bsMyTable has be default "select * from
myTable"
the default fill method doesn't seem to accept any parameter
How do I specify "select * from myTable where myTable.Key = {someParameter]"