DataSetStarSchemaWriter Class

NReco.PivotData Class Library Documentation
Exports PivotData to DataSet with star schema.
Inheritance Hierarchy

SystemObject
  NReco.PivotData.OutputDataSetStarSchemaWriter

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class DataSetStarSchemaWriter

The DataSetStarSchemaWriter type exposes the following members.

Constructors

  NameDescription
Public methodDataSetStarSchemaWriter
Initializes new DataSetStarSchemaWriter instance.
Top
Properties

  NameDescription
Public propertyFactsTableName
Name for fact table (default value: 'facts').
Public propertyResolveAggregatorFieldName
Handler for resolving measure column names in the fact table.
Public propertyResolveDimTableName
Handler for resolving dimension table names.
Public propertyResolveDimType
Handler for resolving dimension data type.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWrite
Writes specified IPivotData to DataSet with star schema.
Top
See Also

Reference