TableEntity.ReadEntity Method

Definition

Deserializes the entity using the specified IDictionary<TKey, TValue> that maps property names to typed EntityProperty values.

public virtual void ReadEntity (System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Table.EntityProperty> properties, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
Parameters
properties
IDictionary<String,EntityProperty>

An IDictionary<TKey, TValue> object that maps property names to typed EntityProperty values.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.