コード例 #1
0
ファイル: TableInfo.cs プロジェクト: 24418863/rdm
 private bool FetchIsLookup()
 {
     return(_catalogueRepository.IsLookupTable(this));
 }