[ROOT] doc DocFrag SELECT Assembly, DocFragType, Description.FirstLine() < SKIP 1250 > < TAKE 15 >
15 items
DocFragId | Assembly | DocFragType | Description.FirstLine() |
---|---|---|---|
ARCQuery.UtilQuery.SplitOutsideOf | ARCQuery | ClassMember | Equivalent to string.Split except that any character encountered inside pairs of the 'outsideOf'-char are not counted as separators. |
ARAdventureWorksOLAP.DimOrganizationCollection.TryGetV | ARAdventureWorksOLAP | ClassMember | Note 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). |
ARCQuery.UtilQuery.SpecialLinkPrefixes | ARCQuery | ClassMember | Contains prefixes for which links (see -LinkInsertionInDocumentation-) are also desired without the prefix. |
ARAdventureWorksOLAP.DimOrganizationCollection.ToString | ARAdventureWorksOLAP | ClassMember | TODO: Decide on what we actually want with ToString for this class. |
ARCQuery.ValueComparer | ARCQuery | Class | Can evaluation expressions like 'WHERE Created = ThisYear. |
ARAdventureWorksOLAP.DimProduct | ARAdventureWorksOLAP | Class | Represents a Product. See also -DimProductP- and -DimProductCollection-. |
ARCQuery.ValueComparer.TryGetPrevious | ARCQuery | ClassMember | Suggestion for previous query (browsing 'backwards') |
ARAdventureWorksOLAP.DimProduct.TryGetDescription | ARAdventureWorksOLAP | ClassMember | Returns EnglishDescription. |
ARCQuery.ValueComparer.TryGetNext | ARCQuery | ClassMember | Suggestion for next query (browsing 'forwards') |
ARAdventureWorksOLAP.DimProduct.TryGetName | ARAdventureWorksOLAP | ClassMember | Returns EnglishName. |
ARCQuery.ValueComparerDateTime | ARCQuery | Class | -ValueComparerDateTime- is an attempt at offering a human language interface for date and time queries. |
ARAdventureWorksOLAP.DimProduct.TryGetCategory | ARAdventureWorksOLAP | ClassMember | Returns DimProductSubcategory.DimProductCategory.Name through -DimProductSubcategoryId- with the help of -TryGetForeignField-. |
ARCQuery.ValueComparerDateTime.TryGetPrevious | ARCQuery | ClassMember | Suggestion for previous query (browsing 'backwards') |
ARAdventureWorksOLAP.DimProduct.TryGetSubcategory | ARAdventureWorksOLAP | ClassMember | Returns -EnglishName- through -DimProductSubcategoryId- with the help of -TryGetForeignField-. |
ARCQuery.ValueComparerDateTime.TryGetNext | ARCQuery | ClassMember | Suggestion for next query (browsing 'forwards') |
Generated 2025-07-06 16:22:55.405 UTC