Data for Silverlight
DataView Constructor(DataTable)

C1.Silverlight.Data Namespace > DataView Class > DataView Constructor : DataView Constructor(DataTable)
The DataTable that provides data for this DataView.
Initializes a new instance of a DataView class.
Syntax
'Declaration
 
Public Function New( _
   ByVal table As DataTable _
)
public DataView( 
   DataTable table
)

Parameters

table
The DataTable that provides data for this DataView.
See Also

Reference

DataView Class
DataView Members
Overload List