HeroConfigDataSet.StatisticsDataTable overview
![]() 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. |
CaseSensitive (inherited from DataTable) | Indicates whether string comparisons within the table are case-sensitive. |
ChildRelations (inherited from DataTable) | Gets the collection of child relations for this DataTable. |
Columns (inherited from DataTable) | Gets the collection of columns that belong to this table. |
Constraints (inherited from DataTable) | Gets the collection of constraints maintained by this table. |
Container (inherited from MarshalByValueComponent) | Gets the container for the component. |
Count | |
DataSet (inherited from DataTable) | Gets the DataSet that this table belongs to. |
DefaultView (inherited from DataTable) | Gets a customized view of the table which may include a filtered view, or a cursor position. |
DesignMode (inherited from MarshalByValueComponent) | Gets a value indicating whether the component is currently in design mode. |
DisplayExpression (inherited from DataTable) | Gets or sets the expression that will return a value used to represent this table in the user interface. |
ExtendedProperties (inherited from DataTable) | Gets the collection of customized user information. |
HasErrors (inherited from DataTable) | 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. |
Item | |
Locale (inherited from DataTable) | Gets or sets the locale information used to compare strings within the table. |
MinimumCapacity (inherited from DataTable) | Gets or sets the initial starting size for this table. |
Namespace (inherited from DataTable) | Gets or sets the namespace for the XML represenation of the data stored in the DataTable. |
ParentRelations (inherited from DataTable) | Gets the collection of parent relations for this DataTable. |
Prefix (inherited from DataTable) | Gets or sets the namespace for the XML represenation of the data stored in the DataTable. |
PrimaryKey (inherited from DataTable) | Gets or sets an array of columns that function as primary keys for the data table. |
Rows (inherited from DataTable) | Gets the collection of rows that belong to this table. |
Site (inherited from DataTable) | Gets or sets an ISite for the DataTable . |
TableName (inherited from DataTable) | Gets or sets the name of the DataTable . |
AcceptChanges (inherited from DataTable) | Commits all the changes made to this table since the last time AcceptChanges was called. |
AddStatisticsRow | Overloaded. |
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. |
FindByHeroNameStatName | |
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. |
NewRow (inherited from DataTable) | Creates a new DataRow with the same schema as the table. |
NewStatisticsRow | |
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. |
RemoveStatisticsRow | |
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. |
ColumnChanged (inherited from DataTable) | Occurs after a value has been changed for the specified DataColumn in a DataRow . |
ColumnChanging (inherited from DataTable) | Occurs when a value is being changed for the specified DataColumn in a DataRow . |
Disposed (inherited from MarshalByValueComponent) | Adds an event handler to listen to the Disposed event on the component. |
RowChanged (inherited from DataTable) | Occurs after a DataRow has been changed successfully. |
RowChanging (inherited from DataTable) | Occurs when a DataRow is changing. |
RowDeleted (inherited from DataTable) | Occurs after a row in the table has been deleted. |
RowDeleting (inherited from DataTable) | Occurs before a row in the table is about to be deleted. |
StatisticsRowChanged | |
StatisticsRowChanging | |
StatisticsRowDeleted | |
StatisticsRowDeleting |
HeroConfigDataSet.StatisticsDataTable Class | HeroStats.StatsEngine Namespace