コード例 #1
0
 internal void InsertSystemRelation()
 {
     FProbRelationDAL.InsertSystemRelation(this);
 }
コード例 #2
0
 internal void CreateTableRelation()
 {
     FProbRelationDAL.CreateTableRelation(this);
 }
コード例 #3
0
 internal void DeleteAllRelation()
 {
     FProbRelationDAL.DeleteAllRelation();
 }
コード例 #4
0
 internal void DropTableByTableName()
 {
     FProbRelationDAL.DropTableByTableName(this);
 }
コード例 #5
0
 internal List <FProbRelationBLL> getAllRelation()
 {
     return(FProbRelationDAL.getAllRelation());
 }
コード例 #6
0
 internal void DeleteRelationById()
 {
     FProbRelationDAL.DeleteRelationById(this);
 }
コード例 #7
0
 internal void InsertTupleIntoTableRelation()
 {
     FProbRelationDAL.InsertTupleIntoTableRelation(this);
 }