dtretyakov/WindowsAzure

Discover properties named PartitionKey and RowKey by convention

Deilan opened this issue · 0 comments

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.