Table Methods
The Table type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToDataTable |
Copies the contents of this Table into a DataTable.
|
|
|
ToObjects<(Of <<'(T>)>>)()()()() |
Converts the table into an enumeration of objects of the indicated type.
|
|
|
ToObjects<(Of <<'(T>)>>)(Nullable<(Of <<'(IReadOnlyList<(Of <<'(Type>)>>)>)>>)) |
Converts the table into an enumeration of objects of the indicated type using the indicated constructor.
|
|
|
ToObjects<(Of <<'(T>)>>)(Nullable<(Of <<'(ConstructorMetadata>)>>)) |
Converts the table into an enumeration of objects of the indicated type using the indicated constructor.
|
|
|
ToString | (Inherited from Object.) |

