Database Reference
In-Depth Information
Figure 11.9
Add StudentClub_Info project.
Figure 11.10
Add reference System.Data.Services.Client.
StudentClub_Info project, select Add , and then Class . In the Add New Item dialog,
change the name to StudentClubEntry1.cs and click Add as shown in Figure 11.11.
4. After the StudentClubEntry1.cs ile is opened, at the top of the ile, you need
to add more references required by the schema class StudentClubEntry1. he
StudentClubEntry1 class is derived from the built-in class TableServiceEntity. You
need to write the code for the StudentClubEntry1 class to deine the columns, also
called properties, for the Table storage. In StudentClubEntry1, you will also initialize
the properties Rowkey and PartitionKey with the following code:
Search WWH ::




Custom Search