ADO.NET Provider for Trello

Build 23.0.8839

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the provider beyond simple SELECT/INSERT/UPDATE/DELETE operations with Trello.

Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Trello, along with an indication of whether the procedure succeeded or failed.

CData ADO.NET Provider for Trello Stored Procedures

Name Description
DownloadAttachment Downloads an attachment from a card. If AttachmentId is not assigned a value, the provider will check how many attachments does the card have, if one it will continue downloading that attachment, if more it will stop and request for an AttachmentId.
GetOAuthAccessToken Gets an authentication token from Trello.
GetOAuthAuthorizationURL Gets the authorization URL, which must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL.
UploadAttachment Uploads an attachment to a specific card. Note: Must provide either AttachmentPath, Content/FileName or Url. Every aforementioned input takes precedence over the next one.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839