Example #1
0
 internal static bool NotWritable(this QueryContainer q) => q == null || !q.IsWritable;