Exemplo n.º 1
0
 protected SoodaRelationTable(string tableName, string leftColumnName, string rightColumnName, Sooda.Schema.RelationInfo relationInfo)
 {
     this.relationInfo    = relationInfo;
     this.tableName       = tableName;
     this.leftColumnName  = leftColumnName;
     this.rightColumnName = rightColumnName;
 }
Exemplo n.º 2
0
 protected SoodaRelationTable(string tableName, string leftColumnName, string rightColumnName, Sooda.Schema.RelationInfo relationInfo)
 {
     this.relationInfo = relationInfo;
     this.tableName = tableName;
     this.leftColumnName = leftColumnName;
     this.rightColumnName = rightColumnName;
 }