internal NrdoMultiGet(NrdoTable table, MethodInfo method, NrdoGetAttribute gattr) : base(table, method, gattr) { }
// Cannot be subclassed outside this assembly internal NrdoGet(NrdoTable table, MethodInfo method, NrdoGetAttribute gattr) : base(table, method, gattr) { this.index = gattr.Index; this.hasIndex = gattr.HasIndex; }