Friday, 19 January 2007
Showing a sorted list of the entities
Posted on 00:38 by Unknown
When you want to show a list of entities, then you'd need the MetadataService. The code is not that hard to fetch a list of these entities. There's even an example in the SDK. The code to get all entities including custom entities would be:MetadataService.MetadataService service = new MetadataService.MetadataService();service.Credentials = System.Net.CredentialCache.DefaultCredentials;Metadata md
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment