.NET Framework Class Library
DataView..::.ToTable Method

Creates and returns a new DataTable based on rows in an existing DataView.

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToTable()()()Creates and returns a new DataTable based on rows in an existing DataView.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToTable(String)Creates and returns a new DataTable based on rows in an existing DataView.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToTable(Boolean, array<String>[]()[])Creates and returns a new DataTable based on rows in an existing DataView.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToTable(String, Boolean, array<String>[]()[])Creates and returns a new DataTable based on rows in an existing DataView.
Top
Remarks

The returned DataTable maintains the values of the following properties from the source DataTable: Namespace, Prefix, CultureInfo()()(), and CaseSensitive. Each column in the resulting DataTable contains an identical copy of all the corresponding properties in the underlying DataTable.

The DataRow instances in the returned DataTable will contain values that are consistent with CLR semantics. That is, for all data types besides user-defined types, the corresponding column values are copied by value. For user-defined data types, the column data is copied by reference.

See Also

Reference

Other Resources

Tags :


Page view tracker