[ROOT] / app / bef / IPRelationsKeysPointingFrom

PRich

IPRelationsKeysPointingFrom

KeyValue
_DescriptionContains, for each (entity type) key, a list of entity types which that entity type points to.

Shows how all the IP classes relate to each other.

Key is the very short string representations of the type (as generated from ToStringVeryShort)
Value is List<-EntityTypeAndKey-> with corresponding types that refer to that type.

Depends on AllIPDerivedTypes (the static defined schema), that is, it does not attempt to dynamically discover any structures.

See also IPRelationsKeysPointingTo and ForeignKeyDirection.
DimAccountDimAccount ParentDimAccountId DimAccount
DimCustomerDimGeography DimGeographyId DimCustomer
DimEmployeeDimEmployee ParentEmployeeId ChildEmployee;DimSalesTerritory DimSalesTerritoryId DimEmployee
DimGeographyDimSalesTerritory DimSalesTerritoryId DimGeography
DimOrganizationDimCurrency DimCurrencyId DimOrganization;DimOrganization ParentDimOrganizationId DimOrganization
DimProductDimProductSubcategory DimProductSubcategoryId DimProduct
DimProductSubcategoryDimProductCategory DimProductCategoryId DimProductSubcategory
DimResellerDimGeography DimGeographyId DimReseller
FactCurrencyRateDimCurrency DimCurrencyId FactCurrencyRate
FactFinanceDimAccount DimAccountId FactFinance;DimOrganization DimOrganizationId FactFinance
FactInternetSaleDimCurrency DimCurrencyId FactInternetSale;DimCustomer DimCustomerId FactInternetSale;DimProduct DimProductId FactInternetSale;DimPromotion DimPromotionId FactInternetSale;DimSalesTerritory DimSalesTerritoryId FactInternetSale
FactInternetSaleReasonDimSalesReason DimSalesReasonId FactInternetSaleReason
FactProductDescriptionDimProduct DimProductId FactProductDescription
FactProductInventoryDimProduct DimProductId FactProductInventory
FactResellerSaleDimCurrency DimCurrencyId FactResellerSale;DimEmployee DimEmployeeId FactResellerSale;DimProduct DimProductId FactResellerSale;DimPromotion DimPromotionId FactResellerSale;DimReseller DimResellerId FactResellerSale;DimSalesTerritory DimSalesTerritoryId FactResellerSale
FactSalesQuotaDimEmployee DimEmployeeId FactSalesQuota
FactSurveyResponseDimCustomer DimCustomerId FactSurveyResponse;DimProductCategory DimProductCategoryId FactSurveyResponse;DimProductSubcategory DimProductSubcategoryId FactSurveyResponse

18 items

Edit


Generated 2024-05-04 16:37:46.130 UTC