Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
DataView Class
DataView Methods
ToTable Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
DataView..::.ToTable Method

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

  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

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker