NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

System.Data Namespace

Classes

Class Description
AdapterDesignerAttribute A DataDesignerAttribute is an attribute that can be placed on a class to identify the class used to implement design time services.
BaseCollection [To be supplied.]
ColumnsCollection Represents a collection of DataColumn objects for a DataTable.
Constraint Represents a constraint that can be enforced on one or more DataColumn objects.
ConstraintException [To be supplied.]
ConstraintsCollection ConstraintsCollection is a collection of constraints for a DataTable. It has Add/Remove capabilities, as well as an All array property, enumeration, etc.
ConvertEventArgs [To be supplied.]
CurrentRowChangingEventArgs [To be supplied.]
DataColumn Represents one column of data in a DataTable.
DataColumnChangeEventArgs Provides data for the ColumnChanging event.
DataError Represents an custom error that can be associated with a DataRow.
DataException [To be supplied.]
DataExpression [To be supplied.]
DataFilter [To be supplied.]
DataKey [To be supplied.]
DataRelation Represents a parent/child relationship between two tables.
DataRow Represents a row of data in a DataTable.
DataRowChangeEventArgs Provides data for the RowChanged, RowChanging, OnRowDeleting, and OnRowDeleted events.
DataRowView Represents a customized view of a DataRow.
DataRowViewColumnDescriptor [To be supplied.]
DataRowViewRelationDescriptor [To be supplied.]
DataRowViewTypeDescriptor [To be supplied.]
DataSet Represents an in-memory cache of data.
DataSetView Represents a view of a DataSet with individual filters automatically set on each of its tables.
DataSetViewListItem [To be supplied.]
DataSetViewListItemTableDescriptor [To be supplied.]
DataSetViewListItemTypeDescriptor [To be supplied.]
DataSysDescriptionAttribute DescriptionAttribute marks a property, event, or extender with a description. Visual designers can display this description when referencing the member.
DataTable Represents one table of in-memory data.
DataUtil [To be supplied.]
DataView Represents a databindable, customized view of a DataTable for sorting, filtering, searching, editing, and navigation.
DeletedRowInaccessibleException Represents the exception that is thrown when an action is attempted on a DataRow that has been deleted.
DuplicateConstraintException [To be supplied.]
DuplicateNameException [To be supplied.]
EmptyDataSourceException [To be supplied.]
EnforceConstraintException [To be supplied.]
EvaluateException [To be supplied.]
ForeignKeyConstraint Represents an action restriction enforced on a set of columns in a child/parent relationship when a value or row is either deleted or updated.
IndexEventArgs [To be supplied.]
InRowChangingEventException [To be supplied.]
InvalidBindingException [To be supplied.]
InvalidConstraintException [To be supplied.]
InvalidExpressionException [To be supplied.]
InvalidRowsException [To be supplied.]
ListChangedEventArgs [To be supplied.]
MergeFailedEventArgs [To be supplied.]
MissingPrimaryKeyException [To be supplied.]
NoNullAllowedException [To be supplied.]
ObjectStoreColumn [To be supplied.]
ObjectStoreTable [To be supplied.]
OriginalDataUneditableException [To be supplied.]
PositionChangingEventArgs [To be supplied.]
PropertiesCollection [To be supplied.]
ReadOnlyException [To be supplied.]
RelatedView [To be supplied.]
RelationsCollection Represents the collection of relations, each of which allows navigation between related parent/child tables.
RowNotInTableException [To be supplied.]
RowsCollection Represents a collection of rows for a DataTable.
StateChangeEventArgs [To be supplied.]
StreamFormats [To be supplied.]
SyntaxErrorException [To be supplied.]
TablesCollection Represents the collection of tables for the DataSet.
TableSetting Defines the custom settings used to view a DataTable in a DataSetView.
TableSettingsCollection Represents the collection of custom table settings for a DataSetView.
UniqueConstraint Represents a restriction on a set of columns in which all values must be unique.
UriResolver [To be supplied.]
VersionNotFoundException [To be supplied.]

Interfaces

Interface Description
ICollectionInfo [To be supplied.]
IColumnMapping [To be supplied.]
IColumnMappings [To be supplied.]
ICurrencyList [To be supplied.]
IDataBuffer [To be supplied.]
IDataEditor [To be supplied.]
IDataErrorInfo [To be supplied.]
IDataList [To be supplied.]
IDataNavigator [To be supplied.]
IDataParameter Allows an object to create a data parameter to a command and its mapping to DataSet columns.
IDataReader [To be supplied.]
IDataRecord [To be supplied.]
IDataSetCommand Allows an object to create a data set command, which represents a set of data commands and a database connection which are used to fill the DataSet and update the data source. At any time, the object refers to only a single record within the current data set.
IDataWriter [To be supplied.]
IEditableList [To be supplied.]
IEditableObject [To be supplied.]
IFilter [To be supplied.]
IIndexedList [To be supplied.]
IListSource [To be supplied.]
ILiveList [To be supplied.]
INameTable [To be supplied.]
IPresentedProperties [To be supplied.]
IPropertyDescriptor [To be supplied.]
ISortedList [To be supplied.]
ITableMapping [To be supplied.]
ITableMappings [To be supplied.]
ITypedElements [To be supplied.]
ITypedList [To be supplied.]
ITypedObject [To be supplied.]
IUriResolver [To be supplied.]

Structures

Structure Description
Range [To be supplied.]

Delegates

Delegate Description
ConvertEventHandler [To be supplied.]
CurrentRowChangingEventHandler [To be supplied.]
DataColumnChangeEventHandler Provides data for the ColumnChanging event.
DataRowChangeEventHandler Represents the method that will handle the OnRowChanging, OnRowChanged, OnRowDeleting, and OnRowDeleted events of a DataTable.
ListChangedEventHandler [To be supplied.]
MergeFailedEventHandler [To be supplied.]
PositionChangingEventHandler [To be supplied.]
StateChangeEventHandler [To be supplied.]

Enumerations

Enumeration Description
AcceptRejectRule Determines the action that occurs when the AcceptChanges method is invoked on a DataTable with a ForeignKeyConstraint.
AggregateTypes [To be supplied.]
CascadeAction [To be supplied.]
CommandType [To be supplied.]
DataCursorRowState [To be supplied.]
DataCursorSort [To be supplied.]
DataRowAction Describes the action taken on a DataRow.
DataRowState Describes the current state of a DataRow.
DataRowVersion Describes the version of a DataRow.
DataViewRowState Describes the version of data in a DataRow.
DBCommandBehavior [To be supplied.]
DBObjectState [To be supplied.]
EnforceConstraintsRule [To be supplied.]
IsolationLevel [To be supplied.]
ListChangedType [To be supplied.]
MissingMappingAction Determines that action that will occur when a DataColumn is is missing.
MissingSchemaAction Specifies the action to take during a merge of tables whose schemas are incompatible.
ParameterDirection [To be supplied.]
PropertyAttributes [To be supplied.]
ReadState [To be supplied.]
Rule Indicates the action that occurs when a ForeignKeyConstraint is enforced.
SchemaType [To be supplied.]
SortDirection [To be supplied.]
SortOrder [To be supplied.]
TreePosition [To be supplied.]
UpdateRowSource [To be supplied.]
UpdateStatus [To be supplied.]
XmlContent [To be supplied.]
XmlOrder [To be supplied.]