Thứ Sáu, 19 tháng 1, 2007

Showing a sorted list of the entities

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

Không có nhận xét nào:

Đăng nhận xét