public override void ExplicitVisit(AlterFunctionStatement func)
 {
     if (IsSupportedForCurrentType(func.GetType()))
     {
         Name = func.Name;
     }
 }
Ejemplo n.º 2
0
 public override void ExplicitVisit(AlterFunctionStatement func)
 {
     if (IsSupportedForCurrentType(func.GetType()))
     {
         Name = func.Name;
     }
 }