Click or drag to resize

FrameView Methods

The FrameView type exposes the following members.

Methods
  NameDescription
Public methodAddComputedColumnT
Add a computed column.
Public methodAsColumnsT
Exposes a list of columns of uniform type.
Public methodDiscard
Constructs a new view that does not contain the given columns.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetColumnIndex
Gets the index of a given column.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGroupBy(String, FuncFrameView, IReadOnlyDictionaryString, Object)
Groups the data by the values in the given column, and computes aggregate quantities for each group.
Public methodGroupByT(String, FuncFrameView, T, String)
Groups the data by the values in the given column, and computes the given aggregate quantity for each group.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOrderBy(String)
Sorts the rows by the values in the given column.
Public methodOrderBy(ComparisonFrameRow)
Sorts all rows by the given function.
Public methodOrderBy(String, SortOrder)
Sort the rows by the values in the given column in the given direction.
Public methodOrderByT(String, ComparisonT)
Sorts all rows by the given function of the given column.
Public methodSelect(ICollectionString)
Constructs a new view, containing only the given columns.
Public methodSelect(String)
Constructs a new view, containing only the given columns.
Public methodToCsv
Write the data in the view to a comma-separated-value file.
Public methodToDictionaries
Writes the data in the view as a sequence of dictionaries.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWhere(FuncFrameRow, Boolean)
Selects rows matching the given criteria.
Public methodWhereT(String, FuncT, Boolean)
Selects rows in which the value of the given column matches the given criteria.
Public methodWhereNotNull
Removes any rows that have null values in the named columns.
Top
See Also