CommandType Property
The command type to be used.
Data Type
EnumerationPossible Values
Updategram (0)SQLCommand (1)
Stored Procedure (2)
Default Value
0Remarks
The command type to be used by the adapter. Options are:
| ccUpdategram | Updategram |
| ccSQLCommand | SQL Command ex: SELECT * FROM [Table] |
| ccStoredProcedure | Stored Procedure |
This property is not available in the Receiver.