Data for Silverlight
DataTable Class Properties

C1.Silverlight.Data Namespace : DataTable Class

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

Public Properties
 NameDescription
Public PropertyIndicates whether string comparisons within the table are case-sensitive.  
Public PropertyGets a collection with all DataRelation objects for which this table is the parent table.  
Public PropertyGets a list of DataColumn columns.  
Public PropertyGets the DataSet that owns this table.  
Public PropertyGets the default DataView associated with this DataTable.  
Public PropertyGets or sets a value indicating whether constraint rules are followed when attempting any update operation.  
Public PropertyGets a collection of custom user information associated with this NamedObject. (Inherited from C1.Silverlight.Data.NamedObject)
Public PropertyGets a value indicating whether there are errors in any of the rows.  
Public PropertyGets or sets the locale information used to compare strings within the table.  
Public PropertyGets or sets the object's name. (Inherited from C1.Silverlight.Data.NamedObject)
Public PropertyGets a collection with all DataRelation objects for which this table is the child table.  
Public PropertyGets or sets the DataColumn that is used as a key for this table.  
Public PropertyGets a list of DataRow objects.  
Public PropertyGets or sets the name of the table.  
Top
See Also

Reference

DataTable Class
C1.Silverlight.Data Namespace