コード例 #1
0
 public ICriteria CreateAlias(string associationPath, string alias)
 {
     root.CreateAlias(associationPath, alias);
     return(this);
 }