To elaborate, the whole string is either a full class name, or it's what .Net calls an assembly qualified name, returned by Type.AssemblyQualifiedName.
/Oskar Den 12 feb. 2016 6:34 em skrev "Fran Knebels" <[email protected]>: > An assembly. > On Feb 12, 2016 1:29 PM, "John Daues" <[email protected]> wrote: > >> I've come across this in an hbm.xml file: >> >> <class name="Dir1.Dir2.Dir3.Dir4.Dir5.Dir6.MyClassName, Dir3.Dir4" >> table="MyTable"> >> >> 1: >> >> >> I don't understand the second Dir3.Dir4. Is it specifying a namespace? a >> dll? >> I can't find documentation describing this. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "nhusers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/nhusers. >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/nhusers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
