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