IMsoDataTable.Select Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects a IMsoDataTable object.
public:
void Select();
public void Select ();
abstract member Select : unit -> unit
Public Sub Select ()
Examples
The following example selects an IMsoDataTable object.
<span class="label">Dim dataTable1 As DataTable dataTable1.Select() </span>