Data for Silverlight
DataColumn Class Properties

C1.Silverlight.Data Namespace : DataColumn Class

For a list of all members of this type, see DataColumn members.

Public Properties
 NameDescription
Public PropertyGets or sets a value that indicates whether null values are allowed in this column.  
Public PropertyGets or sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table.  
Public PropertyGets or sets the starting value for a column that has its AutoIncrement property set to true.  
Public PropertyGets or sets the increment used by a column with its AutoIncrement property set to true.  
Public PropertyGets or sets the caption for the column.  
Public PropertyGets the name of the column removing spaces and invalid characters.  
Public PropertyGets or sets how the column data is saved to XML.  
Public PropertyGets or sets the name of this DataColumn.  
Public PropertyGets or sets the System.Type of value stored in this DataColumn.  
Public PropertyGets or sets the default value stored in this DataColumn when a new DataRow object is created.  
Public PropertyGets or sets a string that specifies an expression used to calculate values in this DataColumn.  
Public PropertyGets a collection of custom user information associated with this NamedObject. (Inherited from C1.Silverlight.Data.NamedObject)
Public PropertyGets or sets the maximum length of a text column. If the column has no maximum length, the value is –1 (default).  
Public PropertyGets or sets the object's name. (Inherited from C1.Silverlight.Data.NamedObject)
Public PropertyGets the position of this DataColumn in the parent table.  
Public PropertyGets or sets a value that determines whether this DataColumn is read-only.  
Public PropertyGets a reference to the DataTable that contains this DataColumn.  
Top
See Also

Reference

DataColumn Class
C1.Silverlight.Data Namespace