dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

Omitting PartitionKey attribute #32

Closed anantakrishna closed 10 years ago

anantakrishna commented 10 years ago

Is it possible to omit PartitionKey attribute if I want to place all the records into one partition?

dtretyakov commented 10 years ago

Yes, you can omit PartitionKeyAttribute if you have defined RowKeyAttribute.