Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.02 KB

File metadata and controls

33 lines (30 loc) · 1.02 KB
title Hybrid Commands | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
helpviewer_keywords
shape commands [ADO]
hybrid commands [ADO]
data shaping [ADO], hybrid commands
ms.assetid e8ca40e8-459c-40e2-8dd3-3ec6d5ee7b51
author MightyPen
ms.author genemi

Hybrid Commands

Hybrid commands are partially parameterized commands. For example:

SHAPE {select * from plants}   
   APPEND( {select * from customers where country = ?}   
           RELATE PlantCountry TO PARAMETER 0,   
             PlantRegion TO CustomerRegion )   

The caching behavior for a hybrid command is the same as that of regular parameterized commands.

See Also

Data Shaping Example
Formal Shape Grammar
Shape Commands in General