Exposes and (See Ansys.Mechanical.Interfaces.IDataSeries) instance through the (See Ansys.Mechanical.Interfaces.IReadOnlyDataSeries) interface.
Declaration Syntax
public sealed struct ReadOnlyDataTableAdapter : ValueType, IReadOnlyDataTable, IReadOnlyCollection<IReadOnlyDataSeries>, IEnumerable<IReadOnlyDataSeries>, IEnumerable
Table 1034: Members
Constructor | ReadOnlyDataTableAdapter(IDataTable) |
Construct by wrapping around an instance. IDataTable |
Property | ColumnNames |
Gets a list of the column names. |
Property | Columns |
Explicitly get the columns of the table. |
Property | Count |
No details are provided for this entry. |
Property | Item |
Gets the specified column. If key is an (See System.Int32), it will be interpreted as an index. If key is a (See System.String), it will be interpreted as a column name. |
Property | Metadata |
Gets a dictionary with additional information that may be useful to understanding the context of data in the table. |
Property | Name |
Get the name of the table. |
Property | RowCount |
Gets the maximum number of data points (rows) among all columns in the table |
Method | GetEnumerator() |
No details are provided for this entry. |
Method | GetRow(int) |
Returns an enumerable to iterate over the values in a row. |