Returns the facts table by the given parameter.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public FactTable GetTable(
	Field field
)
Visual Basic (Declaration)
Public Function GetTable ( _
	field As Field _
) As FactTable
Visual C++
public:
FactTable^ GetTable(
	Field^ field
)

Parameters

field
Type: PerpetuumSoft.Olap..::.Field

See Also