Data for Silverlight
DataColumn Constructor(String,Type,String)

C1.Silverlight.Data Namespace > DataColumn Class > DataColumn Constructor : DataColumn Constructor(String,Type,String)
Name of the new column.
Type of values stored in the new column.
Expression used to evaluate items in the new column.
Initializes a new instance of a DataColumn object.
Syntax
'Declaration
 
Public Function New( _
   ByVal columnName As String, _
   ByVal dataType As Type, _
   ByVal expression As String _
)
public DataColumn( 
   string columnName,
   Type dataType,
   string expression
)

Parameters

columnName
Name of the new column.
dataType
Type of values stored in the new column.
expression
Expression used to evaluate items in the new column.
See Also

Reference

DataColumn Class
DataColumn Members
Overload List