DataExchangeDataExchangeSqlImport Method |
Note: This API is now obsolete.
Codemethod usage | |
---|---|
Designed to be used in a process only (Yes/No) | No |
Action Object (data object type) | N/A |
Code method configuration must hold database connection and command information as well as the data exchange UId
Example of code method configuration:
<DataExchangeSqlImport> <CommandText>select a, b, c from tbl_d</CommandText> <ConnectionString>User ID=sa;Initial Catalog=SomeDatabase</ConnectionString> <DataExchangeUid>xxxx-xxxx-xxxx-xxxx-xxxx</DataExchangeUid> </DataExchangeSqlImport>
Namespace: Omada.OE.UtilityCodeAssembly
[ObsoleteAttribute("Use SQL Data Exchange")] public bool DataExchangeSqlImport( CodeMethodInvokeContext context, int codeMethodConfigId )