The custom-bcs tag has no wiki summary.
0
votes
1answer
31 views
create parent/child relationship in sharepoint BCS using WCF programmatically
I have two Parent/Child tables in SQL Server and I would like to expose them to sharepoint by using BCS and display the results in a web part as parent/child relationship using a treeview.
BCS ...
0
votes
2answers
47 views
Get Items from View of an Extrenal List(BCS List) programmatically
I have created a external content type (BCS list) in SharePoint. I am using the below code in order to get items from bcs list.
SPQuery query = new SPQuery();
query.Query = ...
0
votes
0answers
60 views
Show related entities in FAST search results
I've successfully created a .net assembly BCS to crawl external data in my enviorment. The BCS include an AssociationNavigator to crawl related entities based on foreign key. When i perform a crawl ...
