The following tables list the members exposed by CurveTable.
Public Constructors
| Name | Description | |
|---|---|---|
|
CurveTable |
Public Fields
Protected Fields
| Name | Description | |
|---|---|---|
|
fInitInProgress | (inherited from DataTable) |
Public Properties
| Name | Description | |
|---|---|---|
|
CaseSensitive | Indicates whether string comparisons within the table are case-sensitive. (inherited from DataTable) |
|
ChildRelations | Gets the collection of child relations for this |
|
Columns | Gets the collection of columns that belong to this table. (inherited from DataTable) |
|
Constraints | Gets the collection of constraints maintained by this table. (inherited from DataTable) |
|
Container | Gets the container for the component. (inherited from MarshalByValueComponent) |
|
DataSet | Gets the |
|
DefaultView | Gets a customized view of the table that may include a filtered view, or a cursor position. (inherited from DataTable) |
|
DesignMode | Gets a value indicating whether the component is currently in design mode. (inherited from MarshalByValueComponent) |
|
DisplayExpression | Gets or sets the expression that returns a value used to represent this table in the user interface. (inherited from DataTable) |
|
ExtendedProperties | Gets the collection of customized user information. (inherited from DataTable) |
|
HasErrors | Gets a value indicating whether there are errors in any of the rows in any of the tables of the |
|
IsInitialized | Gets a value that indicates whether the |
|
Locale | Gets or sets the locale information used to compare strings within the table. (inherited from DataTable) |
|
MinimumCapacity | Gets or sets the initial starting size for this table. (inherited from DataTable) |
|
Namespace | Gets or sets the namespace for the XML representation of the data stored in the |
|
ParentRelations | Gets the collection of parent relations for this |
|
Prefix | Gets or sets the namespace for the XML representation of the data stored in the |
|
PrimaryKey | Gets or sets an array of columns that function as primary keys for the data table. (inherited from DataTable) |
|
RemotingFormat | Gets or sets the serialization format. (inherited from DataTable) |
|
Rows | Gets the collection of rows that belong to this table. (inherited from DataTable) |
|
Site | Gets or sets an |
|
TableName | Gets or sets the name of the |
Protected Properties
| Name | Description | |
|---|---|---|
|
Events | Gets the list of event handlers that are attached to this component. (inherited from MarshalByValueComponent) |
Public Methods
| Name | Description | |
|---|---|---|
|
AcceptChanges | Commits all the changes made to this table since the last time |
|
BeginInit | Begins the initialization of a |
|
BeginLoadData | Turns off notifications, index maintenance, and constraints while loading data. (inherited from DataTable) |
|
Clear | Clears the |
|
Clone | Clones the structure of the |
|
Compute | Computes the given expression on the current rows that pass the filter criteria. (inherited from DataTable) |
|
Copy | Copies both the structure and data for this |
|
CreateDataReader | Returns a |
|
Dispose | Overloaded. Releases the resources used by the |
|
EndInit | Ends the initialization of a |
|
EndLoadData | Turns on notifications, index maintenance, and constraints after loading data. (inherited from DataTable) |
|
Equals | Determines whether the specified |
|
GetChanges | Overloaded. Gets a copy of the |
|
GetErrors | Gets an array of |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetObjectData | Populates a serialization information object with the data needed to serialize the |
|
GetService | Gets the implementer of the |
|
GetType | Gets the |
|
ImportRow | Copies a |
|
Load | Overloaded. Fills a |
|
LoadDataRow | Overloaded. Finds and updates a specific row. If no matching row is found, a new row is created using the given values. (inherited from DataTable) |
|
Merge | Overloaded. Merge the specified |
|
NewRow | Creates a new |
|
ReadXml | Overloaded. Reads XML schema and data into the |
|
ReadXmlSchema | Overloaded. Reads an XML schema into the |
|
RejectChanges | Rolls back all changes that have been made to the table since it was loaded, or the last time |
|
Reset | Resets the |
|
Select | Overloaded. Gets an array of |
|
ToString | Gets the |
|
WriteXml | Overloaded. Writes the current contents of the |
|
WriteXmlSchema | Overloaded. Writes the current data structure of the |
Protected Methods
| Name | Description | |
|---|---|---|
|
CreateInstance | (inherited from DataTable) |
|
Dispose | Overloaded. Releases the resources used by the |
|
Finalize | (inherited from MarshalByValueComponent) |
|
GetRowType | (inherited from DataTable) |
|
GetSchema | (inherited from DataTable) |
|
MemberwiseClone | Creates a shallow copy of the current |
|
NewRowArray | (inherited from DataTable) |
|
NewRowFromBuilder | Creates a new row from an existing row. (inherited from DataTable) |
|
OnColumnChanged | Raises the |
|
OnColumnChanging | Raises the |
|
OnPropertyChanging | Raises the |
|
OnRemoveColumn | Notifies the |
|
OnRowChanged | Raises the |
|
OnRowChanging | Raises the |
|
OnRowDeleted | Raises the |
|
OnRowDeleting | Raises the |
|
OnTableCleared | Raises the |
|
OnTableClearing | Raises the |
|
OnTableNewRow | Raises the |
|
ReadXmlSerializable | (inherited from DataTable) |
Public Events
| Name | Description | |
|---|---|---|
|
ColumnChanged | Occurs after a value has been changed for the specified |
|
ColumnChanging | Occurs when a value is being changed for the specified |
|
Disposed | Adds an event handler to listen to the |
|
Initialized | Occurs after the |
|
RowChanged | Occurs after a |
|
RowChanging | Occurs when a |
|
RowDeleted | Occurs after a row in the table has been deleted. (inherited from DataTable) |
|
RowDeleting | Occurs before a row in the table is about to be deleted. (inherited from DataTable) |
|
TableCleared | Occurs after a |
|
TableClearing | Occurs when a |
|
TableNewRow | Occurs when a new |