Exemplo n.º 1
0
        internal virtual UnnestOp CreateUnnestOp(Var v)
        {
            Table tableInstance = this.CreateTableInstance(Command.CreateTableDefinition(TypeHelpers.GetEdmType <CollectionType>(v.Type).TypeUsage));

            return(this.CreateUnnestOp(v, tableInstance));
        }