Exemple #1
0
 public bool IsCollection()
 {
     if (ConsType.ToLower() == "collection")
     {
         return(true);
     }
     return(false);
 }
Exemple #2
0
 public TConstant(ConsType cType, string data)
 {
     Data  = data;
     CType = cType;
 }
Exemple #3
0
 public void AddConstraint(ConsType type, List <string> cols)
 {
     //todo
     throw new FeatureNotSupExc();
 }