Data for Silverlight
Add(String,Type,String) Method

C1.Silverlight.Data Namespace > DataColumnList Class > Add Method : Add(String,Type,String) Method
Name of the new column.
Type of data stored in the new column.
String that contains an expression used to evaluate values 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, _
   ByVal expression As String _
) As DataColumn

Parameters

columnName
Name of the new column.
dataType
Type of data stored in the new column.
expression
String that contains an expression used to evaluate values in the new column.

Return Value

A reference to the new DataColumn.
See Also

Reference

DataColumnList Class
DataColumnList Members
Overload List