Crestron.SimplSharp.CrestronData
Classes
Class | Description | |
---|---|---|
![]() | Constraint |
Represents a constraint that can be enforced on one or more DataColumn
objects.
|
![]() | ConstraintCollection |
Represents a collection of constraints for a DataTable.
|
![]() | ConstraintException |
Represents the exception that is thrown when attempting an action that violates
a constraint.
|
![]() | DataColumn |
Represents the schema of a column in a DataTable.
|
![]() | DataColumnChangeEventArgs |
Provides data for the DataTable.ColumnChanging event.
|
![]() | DataColumnCollection |
Represents a collection of DataColumn objects for a DataTable.
|
![]() | DataException |
Represents the exception that is thrown when errors are generated using ADO.NET
components.
|
![]() | DataRelation |
Represents a parent/child relationship between two DataTable
objects.
|
![]() | DataRelationCollection |
Represents the collection of DataRelation objects for this DataSet.
|
![]() | DataRow |
Represents a row of data in a DataTable.
|
![]() | DataRowChangeEventArgs |
Provides data for the DataTable.RowChanged, DataTable.RowChanging,
DataTable.OnRowDeleting(DataRowChangeEventArgs),
and DataTable.OnRowDeleted(DataRowChangeEventArgs)
events.
|
![]() | DataRowCollection |
Represents a collection of rows for a DataTable.
|
![]() | DataRowView |
Represents a customized view of a DataRow.
|
![]() | DataSet |
Represents an in-memory cache of data.
|
![]() | DataTable |
Represents one table of in-memory data.
|
![]() | DataTableClearEventArgs |
Provides data for the DataTable.Clear() method.
|
![]() | DataTableCollection |
Represents the collection of tables for the DataSet.
|
![]() | DataTableNewRowEventArgs |
Provides data for the DataTable.NewRow() method.
|
![]() | DataTableReader |
The DataTableReader obtains the contents of one or more DataTable
objects in the form of one or more read-only, forward-only result sets.
|
![]() | DataView |
Represents a databindable, customized view of a DataTable for
sorting, filtering, searching, editing, and navigation.
|
![]() | DataViewManager |
Contains a default DataViewSettingCollection for each DataTable
in a DataSet.
|
![]() | DataViewSetting |
Represents the default settings for DataView.ApplyDefaultSort,
DataView.DataViewManager, DataView.RowFilter, DataView.RowStateFilter,
DataView.Sort, and DataView.Table for DataViews created
from the DataViewManager.
|
![]() | DataViewSettingCollection |
Contains a read-only collection of DataViewSetting objects for
each DataTable in a DataSet.
|
![]() | DBConcurrencyException |
The exception that is thrown by the DataAdapter during
an insert, update, or delete operation if the number of rows affected equals
zero.
|
![]() | DbException |
The base class for all exceptions thrown on behalf of the data source.
|
![]() | DeletedRowInaccessibleException |
Represents the exception that is thrown when an action is tried on a DataRow
that has been deleted.
|
![]() | DuplicateNameException |
Represents the exception that is thrown when a duplicate database object
name is encountered during an add operation in a DataSet -related
object.
|
![]() | EvaluateException |
Represents the exception that is thrown when the DataColumn.Expression
property of a DataColumn cannot be evaluated.
|
![]() | FillErrorEventArgs |
Provides data for the DataAdapter.FillError event of a
DbDataAdapter.
|
![]() | ForeignKeyConstraint |
Represents an action restriction enforced on a set of columns in a primary
key/foreign key relationship when a value or row is either deleted or updated.
|
![]() | InRowChangingEventException |
Represents the exception that is thrown when you call the DataRow.EndEdit()
method within the DataTable.RowChanging event.
|
![]() | InternalDataCollectionBase |
Provides the base functionality for creating collections.
|
![]() | InvalidConstraintException |
Represents the exception that is thrown when incorrectly trying to create
or access a relation.
|
![]() | InvalidExpressionException |
Represents the exception that is thrown when you try to add a DataColumn
that contains an invalid DataColumn.Expression to a DataColumnCollection.
|
![]() | MergeFailedEventArgs |
Occurs when a target and source DataRow have the same primary key value,
and the DataSet.EnforceConstraints property is set to true.
|
![]() | MissingPrimaryKeyException |
Represents the exception that is thrown when you try to access a row in a
table that has no primary key.
|
![]() | NoNullAllowedException |
Represents the exception that is thrown when you try to insert a null value
into a column where DataColumn.AllowDBNull is set to false.
|
![]() | PropertyCollection |
Represents a collection of properties that can be added to DataColumn,
DataSet, or DataTable.
|
![]() | ReadOnlyException |
Represents the exception that is thrown when you try to change the value
of a read-only column.
|
![]() | RowNotInTableException |
Represents the exception that is thrown when you try to perform an operation
on a DataRow that is not in a DataTable.
|
![]() | StateChangeEventArgs |
Provides data for the state change event of a .NET Framework data provider.
|
![]() | StrongTypingException |
The exception that is thrown by a strongly typed DataSet when
the user accesses a DBNull value.
|
![]() | SyntaxErrorException |
Represents the exception that is thrown when the DataColumn.Expression
property of a DataColumn contains a syntax error.
|
![]() | UniqueConstraint |
Represents a restriction on a set of columns in which all values must be
unique.
|
![]() | VersionNotFoundException |
Represents the exception that is thrown when you try to return a version
of a DataRow that has been deleted.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IColumnMapping |
Associates a data source column with a DataSet column, and is
implemented by the DataColumnMapping class, which is used
in common by .NET Framework data providers.
|
![]() | IColumnMappingCollection |
Contains a collection of DataColumnMapping objects, and is implemented by
the DataColumnMappingCollection, which is used in common
by .NET Framework data providers.
|
![]() | IDataAdapter |
Allows an object to implement a DataAdapter, and represents a set of methods
and mapping action-related properties used to fill and refresh a DataSet
and update a data source.
|
![]() | IDataParameter |
Represents a parameter to a Command object, and optionally, its mapping to
DataSet columns; and is implemented by .NET Framework data providers
that access data sources.
|
![]() | IDataParameterCollection |
Collects all parameters relevant to a Command object and their mappings to
DataSet columns, and is implemented by .NET Framework data providers
that access data sources.
|
![]() | IDataReader |
Provides a means of reading one or more forward-only streams of result sets
obtained by executing a command at a data source, and is implemented by .NET
Framework data providers that access relational databases.
|
![]() | IDataRecord |
Provides access to the column values within each row for a DataReader, and
is implemented by .NET Framework data providers that access relational databases.
|
![]() | IDbCommand |
Represents an SQL statement that is executed while connected to a data source,
and is implemented by .NET Framework data providers that access relational
databases.
|
![]() | IDbConnection |
Represents an open connection to a data source, and is implemented by .NET
Framework data providers that access relational databases.
|
![]() | IDbDataAdapter |
Represents a set of command-related properties that are used to fill the
DataSet and update a data source, and is implemented by .NET
Framework data providers that access relational databases.
|
![]() | IDbDataParameter |
Used by the Visual Basic .NET Data Designers to represent a parameter to
a Command object, and optionally, its mapping to DataSet columns.
|
![]() | IDbTransaction |
Represents a transaction to be performed at a data source, and is implemented
by .NET Framework data providers that access relational databases.
|
![]() | ITableMapping |
Associates a source table with a table in a DataSet, and is implemented
by the DataTableMapping class, which is used in common
by .NET Framework data providers.
|
![]() | ITableMappingCollection |
Contains a collection of TableMapping objects, and is implemented by the
DataTableMappingCollection, which is used in common by
|
Delegates
Delegate | Description | |
---|---|---|
![]() | DataColumnChangeEventHandler |
Represents the method that will handle the DataTable.ColumnChanging
event.
|
![]() | DataRowChangeEventHandler |
Represents the method that will handle the DataTable.RowChanging,
DataTable.RowChanged, DataTable.RowDeleting, and
DataTable.RowDeleted events of a DataTable.
|
![]() | DataTableClearEventHandler |
Represents the method that handles the DataTable.Clear() method.
|
![]() | DataTableNewRowEventHandler |
Represents the method that handles the DataTable.NewRow() method.
|
![]() | FillErrorEventHandler |
Represents the method that will handle the DataAdapter.FillError
event.
|
![]() | MergeFailedEventHandler |
Represents the method that will handle the DataSet.MergeFailed
event.
|
![]() | StateChangeEventHandler |
Represents the method that will handle the DbConnection.StateChange
event.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | AcceptRejectRule |
Determines the action that occurs when the DataSet.AcceptChanges()
or DataTable.RejectChanges() method is invoked on a DataTable
with a ForeignKeyConstraint.
|
![]() | CommandBehavior |
Provides a description of the results of the query and its effect on the
database.
|
![]() | CommandType |
Specifies how a command string is interpreted.
|
![]() | ConflictOption |
Specifies how conflicting changes to the data source will be detected and
resolved.
|
![]() | ConnectionState |
Describes the current state of the connection to a data source.
|
![]() | DataRowAction |
Describes an action performed on a DataRow.
|
![]() | DataRowState |
Gets the state of a DataRow object.
|
![]() | DataRowVersion |
Describes the version of a DataRow.
|
![]() | DataSetDateTime |
Describes the serialization format for System.DateTime columns in a DataSet.
|
![]() | DataViewRowState |
Describes the version of data in a DataRow.
|
![]() | DbType |
Specifies the data type of a field, a property, or a Parameter object of
a .NET Framework data provider.
|
![]() | IsolationLevel |
Specifies the transaction locking behavior for the connection.
|
![]() | LoadOption |
Controls how the values from the data source will be applied to existing
rows when using the Overload:DataTable.Load or Overload:DataSet.Load
method.
|
![]() | MappingType |
Specifies how a DataColumn is mapped.
|
![]() | MissingMappingAction |
Determines the action that occurs when a mapping is missing from a source
table or a source column.
|
![]() | MissingSchemaAction |
Specifies the action to take when adding data to the DataSet
and the required DataTable or DataColumn is missing.
|
![]() | ParameterDirection |
Specifies the type of a parameter within a query relative to the DataSet.
|
![]() | Rule |
Indicates the action that occurs when a ForeignKeyConstraint
is enforced.
|
![]() | SchemaType |
Specifies how to handle existing schema mappings when performing a DataAdapter.FillSchema(DataSet,SchemaType)
operation.
|
![]() | StatementType |
Specifies the type of SQL query to be used by the OleDb.OleDbRowUpdatedEventArgs,
OleDb.OleDbRowUpdatingEventArgs, SqlClient.SqlRowUpdatedEventArgs,
or SqlClient.SqlRowUpdatingEventArgs class.
|
![]() | UpdateRowSource |
Specifies how query command results are applied to the row being updated.
|
![]() | UpdateStatus |
Specifies the action to take with regard to the current and remaining rows
during an DbDataAdapter.Update(DataSet).
|