Data for Silverlight
NewRow() Method

C1.Silverlight.Data Namespace > DataTable Class : NewRow() Method
Creates a new DataRow that is compatible with this table.
Syntax
'Declaration
 
Public Overridable Function NewRow() As DataRow
public virtual DataRow NewRow()

Return Value

A new DataRow object that is compatible with this table.
See Also

Reference

DataTable Class
DataTable Members