예제 #1
0
 public static bool IsSchemaProvider(this IExecutable e)
 {
     return(e.IsProvider() && e.IsSchema());
 }