In netTiers 2.2 (2.2.0.603-20070725), neither the alias file nor the mapping file works.
I tried the mapping file alone, the mapping file plus the alias file, an empty mapping file plus the alias file, and no mapping file (just path specified) plus the alias file.
I can add "s" to the StrippedTableSuffixes to get it to work for Photos, but that method gives me a PhotoGallerie entity, so I'm still stuck.
mapping.config
<?xml version="1.0" encoding="utf-8"?>
<NetTiersMap xmlns="http://www.nettiers.com/NetTiersMap.xsd">
<Table Id="PhotoGalleries" EntityName="PhotoGallery" Owner="dbo" PropertyName="PhotoGallery" FieldName="photoGallery" FriendlyName="Photo Gallery" IncludeInOutput="true"/>
<Table Id="Photos" EntityName="Photo" Owner="dbo" PropertyName="Photo" FieldName="photos" FriendlyName="Photo" IncludeInOutput="true"/>
</NetTiersMap>
aliases.txt
PhotoGalleries:PhotoGallery
Photos:Photo