示例#1
0
文件: TableInfo.cs 项目: 24418863/rdm
 private bool FetchIsLookup()
 {
     return(_catalogueRepository.IsLookupTable(this));
 }