[ROOT] / doc / DocFrag

DocFragCollection

DocFrag

NOTE: Only 200 elements of total 1740 shown. Use SKIP and TAKE, or change LIMIT. Try also SHUFFLE.

KeyValue
_DescriptionCollection of all documentation fragments found in the following assemblies: ARCCore, ARCDoc, ARCQuery, ARCAPI, ARAdventureWorksOLAP
ARAdventureWorksOLAP.Controllers.ControllerFacadeFacade for entry into the desired BaseController.


Assembly, Attribute, Description, DocFragType, Name, Namespace, ParentNamespace, Type
ARAdventureWorksOLAP.Controllers.ControllerFacade.CatchAll Overload1Catches all HTTP POST requests to this API.

Calls CatchAll which again chooses correct controller to use in order to serve request.

Note additional optional parameter postData (compared to catch all for HTTP GET.

Translates generated result into a Microsoft.AspNetCore.Mvc.ContentResult instance.

Note that you can add additional endpoints to your API, outside of this standard AgoRapide mechanism.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, ParentNamespace, Type
11 items
ARAdventureWorksOLAP.Controllers.ControllerFacade.CatchAll Overload2Catches all HTTP GET requests to this API.

Calls CatchAll which again chooses correct controller to use in order to serve request.

Translates generated result into a Microsoft.AspNetCore.Mvc.ContentResult instance.

Note that you can add additional endpoints to your API, outside of this standard AgoRapide mechanism.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, ParentNamespace, Type
11 items
ARAdventureWorksOLAP.ConverterConverts original sample database to property stream format.

See ConvertDatabase.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.Converter.ConvertDatabaseConverts original sample database to property stream format if no data for 'DimCustomer' found.

This method is only relevant for developers of ARAdventureWorksOLAP, if content of Data-folder is to be updated
(delete all content of Data-foler in order for this method to have any function).

The parsing is quick-and-dirty and based on source files as it appeared in Feb 2021 (it had then not been changed since 2 Nov 2018).

This code will normally not have to be run, since its output ( a PropertyStream representation of the sample database) is contained in the git-repository of ARAdventureWorksOLAP anyway
(in the folder ARAdventureWorksOLAP\ARAdventureWorksOLAP\ARAdventureWorksOLAP\Data).

Note: Code for converting FactProductInventory has been commented out (see below). Uncomment if you want to include that table also (will take an additional 300 MB of disk space and corresponding more RAM).


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountRepresents an Account. See also DimAccountP and DimAccountCollection.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccount.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccount.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccount.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccount.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccount.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountCollectionThe existence of this class ensures that Indexing will be used for foreign key ParentDimAccountId.

TryStore will use this class as container class for all FactResellerSale instances.


Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountCollection.GetKeysEqualToValueReturns properties which themselves again have key and value equal to the given key and value.

Used indexing if possible (if key is found in index).



Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountCollection.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountCollection.TryGetPMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountCollection.TryGetVNote that 'normally' this method would be irrelevant for a PRich object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values).

See Value for information about when this method IS relevant (when storing metadata about a property).

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountCollection.TrySetPPReplaces default interface method TrySetPP.

Uses Indexing.

TODO: Implement support for WholeCollection, that is, multiple foreign keys in one property.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountPDescribes class DimAccount.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.AlternateKeyCalled 'AccountCodeAlternateKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.CustomMemberOptionsAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.DescriptionCalled 'AccountDescription' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.OperatorAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.ParentAlternateKeyCalled 'ParentAccountCodeAlternateKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.ParentDimAccountIdCalled 'ParentAccountKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.TypeCalled 'AccountType' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimAccountP.ValueTypeAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrencyRepresents a Currency. See also DimCurrencyP.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrency.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrency.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrency.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrency.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrency.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrencyPDescribes class DimCurrency.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrencyP.AlternateKeyThe ISO-4217 3-letter abbreviation like NOK, EUR, USD and so on. Called 'CurrencyAlternateKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCurrencyP.NameCalled 'CurrencyName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerRepresents a Customer. See also DimCustomerP and DimCustomerCollection.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetCityReturns City through DimGeographyId with the help of TryGetForeignField.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetCountryReturns EnglishCountryName through DimGeographyId with the help of TryGetForeignField.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetNameAdds together Title, LastName, FirstName, MiddleName
Returns TRUE if finds one of those.
Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetPostalCodeReturns PostalCode through DimGeographyId with the help of TryGetForeignField.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetProvinceReturns result from TryGetStateOrProvince.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetStateReturns result from TryGetStateOrProvince.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomer.TryGetStateOrProvinceReturns StateOrProvinceName through DimGeographyId with the help of TryGetForeignField.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerCollectionThe existence of this class ensures that Indexing will be used for foreign key DimGeographyId.

TryStore will use this class as container class for all DimCustomer instances.


Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerCollection.GetKeysEqualToValueReturns properties which themselves again have key and value equal to the given key and value.

Used indexing if possible (if key is found in index).



Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerCollection.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerCollection.TryGetPMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerCollection.TryGetVNote that 'normally' this method would be irrelevant for a PRich object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values).

See Value for information about when this method IS relevant (when storing metadata about a property).

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerCollection.TrySetPPReplaces default interface method TrySetPP.

Uses Indexing.

TODO: Implement support for WholeCollection, that is, multiple foreign keys in one property.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerPDescribes class DimCustomer.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.AddressLine1Assembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.AddressLine2Assembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.AlternateKeyCalled 'CustomerAlternateKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.BirthDateAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.CommuteDistanceAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.DateFirstPurchaseAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.DimGeographyIdCalled 'GeographyKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.EmailAddressAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.EnglishEducationAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.EnglishOccupationAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.FirstNameAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.FrenchEducationAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.FrenchOccupationAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.GenderAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.HouseOwnerFlagAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.LastNameAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.MaritalStatusAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.MiddleNameAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.NameStyleAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.NumberCarsOwnedAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.NumberChildrenAtHomeAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.PhoneAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.SpanishEducationAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.SpanishOccupationAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.SuffixAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.TitleAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.TotalChildrenAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimCustomerP.YearlyIncomeAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentRepresents a Department. See also DimDepartmentP and DimDepartmentCollection.

Called 'DimDepartmentGroup' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartment.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartment.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartment.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartment.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartment.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentCollectionThe existence of this class ensures that Indexing will be used for foreign key ParentDimDepartmentId.
TryStore will use this class as container class for all FactFinance instances.


Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentCollection.GetKeysEqualToValueReturns properties which themselves again have key and value equal to the given key and value.

Used indexing if possible (if key is found in index).



Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentCollection.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentCollection.TryGetPMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentCollection.TryGetVNote that 'normally' this method would be irrelevant for a PRich object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values).

See Value for information about when this method IS relevant (when storing metadata about a property).

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentCollection.TrySetPPReplaces default interface method TrySetPP.

Uses Indexing.

TODO: Implement support for WholeCollection, that is, multiple foreign keys in one property.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentPDescribes class DimDepartment.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentP.NameCalled 'DepartmentGroupName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimDepartmentP.ParentDimDepartmentIdCalled 'ParentDepartmentGroupKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeRepresents an Employee. See also DimEmployeeP and DimEmployeeCollection.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployee.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployee.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployee.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployee.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployee.TryGetNameAdds together Title, LastName, FirstName, MiddleName
Returns TRUE if finds one of those.
Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployee.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeCollectionThe existence of this class ensures that Indexing will be used for foreign keys ParentEmployeeId and DimSalesTerritoryId.

TryStore will use this class as container class for all DimEmployee instances.


Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeCollection.GetKeysEqualToValueReturns properties which themselves again have key and value equal to the given key and value.

Used indexing if possible (if key is found in index).



Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeCollection.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeCollection.TryGetPMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeCollection.TryGetVNote that 'normally' this method would be irrelevant for a PRich object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values).

See Value for information about when this method IS relevant (when storing metadata about a property).

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeCollection.TrySetPPReplaces default interface method TrySetPP.

Uses Indexing.

TODO: Implement support for WholeCollection, that is, multiple foreign keys in one property.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeePDescribes class DimEmployee.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.BaseRateAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.BirthDateAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.DepartmentCalled 'DepartmentName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.DimSalesTerritoryIdCalled 'SalesTerritoryKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.EmailAddressAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.EmergencyContactNameAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.EmergencyContactPhoneAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.EmployeeNationalIDAlternateKeyAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.EndDateAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.FirstNameAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.GenderAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.HireDateAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.LastNameAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.LoginIDAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.MaritalStatusAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.MiddleNameAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.ParentEmployeeIdCalled 'ParentEmployeeKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.ParentEmployeeNationalIDAlternateKeyAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.PayFrequencyAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.PhoneAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.PhotoCalled 'EmployeePhoto' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.SalariedFlagNote: All instances of 'SalariedFlag = 0' has been filtered out at import

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.SalesPersonFlagNote: All instances of 'SalesPersonFlag = 0' has been filtered out at import

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.SickLeaveHoursAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.StartDateAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.StatusAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.TitleAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimEmployeeP.VacationHoursAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyRepresents a Geography location. See also DimGeographyP.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.TryGetCountryReturns EnglishCountryName.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.TryGetProvinceReturns StateOrProvinceName.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.TryGetProvinceCodeReturns StateOrProvinceCode.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.TryGetStateReturns StateOrProvinceName.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeography.TryGetStateCodeReturns StateOrProvinceCode.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyPDescribes class DimGeography.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.CityAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.CountryCodeCalled 'CountryRegionCode' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.DimSalesTerritoryIdCalled 'SalesTerritoryKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.EnglishCountryNameCalled 'EnglishCountryRegionName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.FrenchCountryNameCalled 'FrenchCountryRegionName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.IpAddressLocatorAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.PostalCodeAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.SpanishCountryNameCalled 'SpanishCountryRegionName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.StateOrProvinceCodeCalled 'StateProvinceCode' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimGeographyP.StateOrProvinceNameCalled 'StateProvinceName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationRepresents part of an organizational structure. See also DimOrganizationP and DimOrganizationCollection.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganization.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganization.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganization.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganization.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganization.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationCollectionThe existence of this class ensures that Indexing will be used for foreign keys like ParentDimOrganizationId and DimCurrencyId,
TryStore will use this class as container class for all FactFinance instances.


Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationCollection.GetKeysEqualToValueReturns properties which themselves again have key and value equal to the given key and value.

Used indexing if possible (if key is found in index).



Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationCollection.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationCollection.TryGetPMade virtual 13 Jan 2022. Possibly the same could be done for all other methods here since _properties is Protected anyway.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationCollection.TryGetVNote that 'normally' this method would be irrelevant for a PRich object because we will usually be an entity object (like 'Customer') not having an intrinsic value ourselves per se (because we will instead be containing a list of values).

See Value for information about when this method IS relevant (when storing metadata about a property).

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationCollection.TrySetPPReplaces default interface method TrySetPP.

Uses Indexing.

TODO: Implement support for WholeCollection, that is, multiple foreign keys in one property.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationPDescribes class DimOrganization.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationP.DimCurrencyIdCalled 'CurrencyKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationP.NameCalled 'OrganizationName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationP.ParentDimOrganizationIdCalled 'ParentOrganizationKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimOrganizationP.PercentageOfOwnershipAssembly, Attribute, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductRepresents a Product. See also DimProductP and DimProductCollection.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.TryGetCategoryReturns DimProductSubcategory.DimProductCategory.Name through DimProductSubcategoryId with the help of TryGetForeignField.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.TryGetDescriptionReturns EnglishDescription.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.TryGetNameReturns EnglishName.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProduct.TryGetSubcategoryReturns EnglishName through DimProductSubcategoryId with the help of TryGetForeignField.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategoryRepresents a ProductCategory. See also DimProductCategoryP.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategory.GetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategory.SetPVDirectHigh performance alternative to TrySetP, accessing Storage more direct.

Avoids unpacking of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategory.StorageUses int-value of __enum minus 1 as index.

Use from outside with care.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategory.ToStringTODO: Decide on what we actually want with ToString for this class.
TODO: For instance, a list of id-related fields would be useful, or tagging av properties which kind of define the entity

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategory.TryGetNameReturns EnglishName.

Method signature understood by TryGetP / EntityMethodKey.

Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Lines, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategory.TryGetPVDirectHigh performance alternative to TryGetP, accessing Storage more direct.

Avoids packing of value.

PExact contains the following high performance alternatives to standard PropertyAccess:
SetPVDirect, GetPVDirect and TryGetPVDirect.


Assembly, Attribute, Description, DocFragType, IsInherited, IsInheritedDoc, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategoryPDescribes class DimProductCategory.

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategoryP.AlternateKeyCalled 'ProductCategoryAlternateKey' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategoryP.EnglishNameCalled 'EnglishProductCategoryName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type
ARAdventureWorksOLAP.DimProductCategoryP.FrenchNameCalled 'FrenchProductCategoryName' in original sample database

Assembly, Attribute, Description, DocFragType, Name, Namespace, Type

Edit


Generated 2024-05-18 03:50:58.157 UTC