HeroStats Libraries
GlobalConfigDataSet.OptionsDataDataTable Methods

The methods of the GlobalConfigDataSet.OptionsDataDataTable class are listed below. For a complete list of GlobalConfigDataSet.OptionsDataDataTable class members, see the GlobalConfigDataSet.OptionsDataDataTable Members topic.

Public Static (Shared) Methods

Equals (inherited from Object) Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object) Determines whether the specified Object instances are the same instance.

Public Instance Methods

AcceptChanges (inherited from DataTable) Commits all the changes made to this table since the last time AcceptChanges was called.
AddOptionsDataRowOverloaded.  
BeginInit (inherited from DataTable) Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime.
BeginLoadData (inherited from DataTable) Turns off notifications, index maintenance, and constraints while loading data.
Clear (inherited from DataTable) Clears the DataTable of all data.
Clone 
Compute (inherited from DataTable) Computes the given expression on the current rows that pass the filter criteria.
Copy (inherited from DataTable) Copies both the structure and data for this DataTable.
Dispose (inherited from MarshalByValueComponent) Releases all resources used by the MarshalByValueComponent .
EndInit (inherited from DataTable) Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime.
EndLoadData (inherited from DataTable) Turns on notifications, index maintenance, and constraints after loading data.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetChanges (inherited from DataTable)Overloaded. Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called.
GetEnumerator 
GetErrors (inherited from DataTable) Gets an array of DataRow objects that contain errors.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetService (inherited from MarshalByValueComponent) Gets the implementer of the IServiceProvider.
GetType (inherited from Object) Gets the Type of the current instance.
ImportRow (inherited from DataTable) Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values.
LoadDataRow (inherited from DataTable) Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
NewOptionsDataRow 
NewRow (inherited from DataTable) Creates a new DataRow with the same schema as the table.
RejectChanges (inherited from DataTable) Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called.
RemoveOptionsDataRow 
Reset (inherited from DataTable) Resets the DataTable to its original state.
Select (inherited from DataTable)Overloaded. Gets an array of all DataRow objects.
ToString (inherited from DataTable) Gets the TableName and DisplayExpression, if there is one as a concatenated string.

See Also

GlobalConfigDataSet.OptionsDataDataTable Class | HeroStats.StatsEngine Namespace