| Overload | Description |
|---|---|
| Find(String,Int32) | Find a row (record) in the table using a key value and a key of reference. No data is returned. |
| Find(Int32,Int32) | Find a row (record) in the table using a key value and a key of reference. No data is returned. |
| Find(Decimal,Int32) | Find a row (record) in the table using a key value and a key of reference. No data is returned. |