ADO.NET Provider for Trello

Build 26.0.9655

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
CreateBoard Create a new board.
CreateList Create a new list on a board.
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.
GetMemberInfo Retrieves information regarding a member.
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.
Search Executes a global search in Trello to locate cards, boards, and other items that match a specified search term. The response includes up to 100 cards, 100 boards, and 100 organizations.
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) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655