Data for Silverlight
Add(String,Type) Method

C1.Silverlight.Data Namespace > DataColumnList Class > Add Method : Add(String,Type) Method
Name of the new column.
Type of data stored in the new column.
Creates a new DataColumn and appends it to the list.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal columnName As String, _
   ByVal dataType As Type _
) As DataColumn

Parameters

columnName
Name of the new column.
dataType
Type of data stored in the new column.

Return Value

A reference to the new DataColumn.
See Also

Reference

DataColumnList Class
DataColumnList Members
Overload List