コード例 #1
0
 public ISqoQuery <T> SqoInclude(string path)
 {
     return(SqoQueryExtensionsImpl.Include(this, path));
 }