public void Select( long id, bool idIsObjectId )
Public Overloads Sub Select( _ ByVal id As Long, _ ByVal idIsObjectId As Boolean _ )
Parameters
- id
- The row index or object id to select.
- idIsObjectId
- Indicates that the id is an object id, otherwise it is a row index.