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

Discover properties named PartitionKey and RowKey by convention #54

Open Deilan opened 7 years ago

Deilan commented 7 years ago

If an entity has ParititioKey and RowKey properties, they should be discovered as PartitionKey and RowKey respectively by convention (implicitly) - without explicit decoration with attribute or setting with fluent mapping. If there are explicit attributes or fluent mappings, then act as usual.