The following tables list the members exposed by CurveTable.

Public Constructors

  Name Description
Public method CurveTable  
Top

Public Fields

  Name Description
Public field Curve  
Top

Protected Fields

  Name Description
Family field fInitInProgress   (inherited from DataTable)
Top

Public Properties

  Name Description
Public property CaseSensitive Indicates whether string comparisons within the table are case-sensitive. (inherited from DataTable)
Public property ChildRelations Gets the collection of child relations for this DataTable. (inherited from DataTable)
Public property Columns Gets the collection of columns that belong to this table. (inherited from DataTable)
Public property Constraints Gets the collection of constraints maintained by this table. (inherited from DataTable)
Public property Container Gets the container for the component. (inherited from MarshalByValueComponent)
Public property DataSet Gets the DataSet to which this table belongs. (inherited from DataTable)
Public property DefaultView Gets a customized view of the table that may include a filtered view, or a cursor position. (inherited from DataTable)
Public property DesignMode Gets a value indicating whether the component is currently in design mode. (inherited from MarshalByValueComponent)
Public property DisplayExpression Gets or sets the expression that returns a value used to represent this table in the user interface. (inherited from DataTable)
Public property ExtendedProperties Gets the collection of customized user information. (inherited from DataTable)
Public property HasErrors Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs. (inherited from DataTable)
Public property IsInitialized Gets a value that indicates whether the DataTable is initialized. (inherited from DataTable)
Public property Locale Gets or sets the locale information used to compare strings within the table. (inherited from DataTable)
Public property MinimumCapacity Gets or sets the initial starting size for this table. (inherited from DataTable)
Public property Namespace Gets or sets the namespace for the XML representation of the data stored in the DataTable. (inherited from DataTable)
Public property ParentRelations Gets the collection of parent relations for this DataTable. (inherited from DataTable)
Public property Prefix Gets or sets the namespace for the XML representation of the data stored in the DataTable. (inherited from DataTable)
Public property PrimaryKey Gets or sets an array of columns that function as primary keys for the data table. (inherited from DataTable)
Public property RemotingFormat Gets or sets the serialization format. (inherited from DataTable)
Public property Rows Gets the collection of rows that belong to this table. (inherited from DataTable)
Public property Site Gets or sets an ISite for the DataTable. (inherited from DataTable)
Public property TableName Gets or sets the name of the DataTable. (inherited from DataTable)
Top

Protected Properties

  Name Description
Family property Events Gets the list of event handlers that are attached to this component. (inherited from MarshalByValueComponent)
Top

Public Methods

  Name Description
Public method AcceptChanges Commits all the changes made to this table since the last time AcceptChanges was called. (inherited from DataTable)
Public method BeginInit Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. (inherited from DataTable)
Public method BeginLoadData Turns off notifications, index maintenance, and constraints while loading data. (inherited from DataTable)
Public method Clear Clears the DataTable of all data. (inherited from DataTable)
Public method Clone Clones the structure of the DataTable, including all DataTable schemas and constraints. (inherited from DataTable)
Public method Compute Computes the given expression on the current rows that pass the filter criteria. (inherited from DataTable)
Public method Copy Copies both the structure and data for this DataTable. (inherited from DataTable)
Public method CreateDataReader Returns a DataTableReader corresponding to the data within this DataTable. (inherited from DataTable)
Public method Dispose Overloaded. Releases the resources used by the MarshalByValueComponent. (inherited from MarshalByValueComponent)
Public method EndInit Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime. (inherited from DataTable)
Public method EndLoadData Turns on notifications, index maintenance, and constraints after loading data. (inherited from DataTable)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetChanges Overloaded. Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called. (inherited from DataTable)
Public method GetErrors Gets an array of DataRow objects that contain errors. (inherited from DataTable)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetObjectData Populates a serialization information object with the data needed to serialize the DataTable. (inherited from DataTable)
Public method GetService Gets the implementer of the IServiceProvider. (inherited from MarshalByValueComponent)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ImportRow Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values. (inherited from DataTable)
Public method Load Overloaded. Fills a DataTable with values from a data source using the supplied IDataReader. If the DataTable already contains rows, the incoming data from the data source is merged with the existing rows. (inherited from DataTable)
Public method 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)
Public method Merge Overloaded. Merge the specified DataTable with the current DataTable. (inherited from DataTable)
Public method NewRow Creates a new DataRow with the same schema as the table. (inherited from DataTable)
Public method ReadXml Overloaded. Reads XML schema and data into the DataTable. (inherited from DataTable)
Public method ReadXmlSchema Overloaded. Reads an XML schema into the DataTable. (inherited from DataTable)
Public method RejectChanges Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called. (inherited from DataTable)
Public method Reset Resets the DataTable to its original state. (inherited from DataTable)
Public method Select Overloaded. Gets an array of DataRow objects. (inherited from DataTable)
Public method ToString Gets the TableName and DisplayExpression, if there is one as a concatenated string. (inherited from DataTable)
Public method WriteXml Overloaded. Writes the current contents of the DataTable as XML. (inherited from DataTable)
Public method WriteXmlSchema Overloaded. Writes the current data structure of the DataTable as an XML schema. (inherited from DataTable)
Top

Protected Methods

  Name Description
Family method CreateInstance   (inherited from DataTable)
Family method Dispose Overloaded. Releases the resources used by the MarshalByValueComponent. (inherited from MarshalByValueComponent)
Family method Finalize   (inherited from MarshalByValueComponent)
Family method GetRowType   (inherited from DataTable)
Family method GetSchema   (inherited from DataTable)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method NewRowArray   (inherited from DataTable)
Family method NewRowFromBuilder Creates a new row from an existing row. (inherited from DataTable)
Family method OnColumnChanged Raises the ColumnChanged event. (inherited from DataTable)
Family method OnColumnChanging Raises the ColumnChanging event. (inherited from DataTable)
Family method OnPropertyChanging Raises the PropertyChanging event. (inherited from DataTable)
Family method OnRemoveColumn Notifies the DataTable that a DataColumn is being removed. (inherited from DataTable)
Family method OnRowChanged Raises the RowChanged event. (inherited from DataTable)
Family method OnRowChanging Raises the RowChanging event. (inherited from DataTable)
Family method OnRowDeleted Raises the RowDeleted event. (inherited from DataTable)
Family method OnRowDeleting Raises the RowDeleting event. (inherited from DataTable)
Family method OnTableCleared Raises the TableCleared event. (inherited from DataTable)
Family method OnTableClearing Raises the TableClearing event. (inherited from DataTable)
Family method OnTableNewRow Raises the TableNewRow event. (inherited from DataTable)
Family method ReadXmlSerializable   (inherited from DataTable)
Top

Public Events

  Name Description
Public event ColumnChanged Occurs after a value has been changed for the specified DataColumn in a DataRow. (inherited from DataTable)
Public event ColumnChanging Occurs when a value is being changed for the specified DataColumn in a DataRow. (inherited from DataTable)
Public event Disposed Adds an event handler to listen to the Disposed event on the component. (inherited from MarshalByValueComponent)
Public event Initialized Occurs after the DataTable is initialized. (inherited from DataTable)
Public event RowChanged Occurs after a DataRow has been changed successfully. (inherited from DataTable)
Public event RowChanging Occurs when a DataRow is changing. (inherited from DataTable)
Public event RowDeleted Occurs after a row in the table has been deleted. (inherited from DataTable)
Public event RowDeleting Occurs before a row in the table is about to be deleted. (inherited from DataTable)
Public event TableCleared Occurs after a DataTable is cleared. (inherited from DataTable)
Public event TableClearing Occurs when a DataTable is cleared. (inherited from DataTable)
Public event TableNewRow Occurs when a new DataRow is inserted. (inherited from DataTable)
Top

See Also