Data for Silverlight
DataTable Class Members
Properties  Methods  Events

C1.Silverlight.Data Namespace : DataTable Class

The following tables list the members exposed by DataTable.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
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
Public Methods
 NameDescription
Public MethodMarks all rows as unchanged.  
Public MethodSuspends notifications during batch operations.  
Public MethodOverloaded. Evaluates an expression using data in a given DataRow.  
Public MethodResumes notifications suspended by a call to BeginLoadData.  
Public MethodOverloaded. Gets a DataTable containing all rows that have changed since the table was loaded or AcceptChanges was called, or null if the table contains no changes.  
Public MethodGets an array of DataRow objects that contain errors.  
Public MethodCreates a new DataRow that is compatible with this table.  
Public MethodOverloaded. Gets an array with all rows in the table that match a filter expression.  
Top
Public Events
 NameDescription
Public EventOccurs after a value has been changed for the specified DataColumn in a DataRow.  
Public EventOccurs when a value is being changed for the specified DataColumn in a DataRow.  
Top
See Also

Reference

DataTable Class
C1.Silverlight.Data Namespace