C#C++F#VB
TableEntity.::..ReadEntity Method (IDictionary<String, EntityProperty>, OperationContext)(IDictionary<String^, EntityProperty^>^, OperationContext^)(IDictionary<String, EntityProperty>, OperationContext)(IDictionary(Of String, EntityProperty), OperationContext)
Deserializes the entity using the specified IDictionary<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) that maps property names to typed EntityProperty values.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public virtual void ReadEntity( IDictionary<string, EntityProperty> properties, OperationContext operationContext )
C++
public: virtual void ReadEntity( IDictionary<String^, EntityProperty^>^ properties, OperationContext^ operationContext )
abstract ReadEntity : properties:IDictionary<string, EntityProperty> * operationContext:OperationContext -> unit override ReadEntity : properties:IDictionary<string, EntityProperty> * operationContext:OperationContext -> unit
Public Overridable Sub ReadEntity ( properties As IDictionary(Of String, EntityProperty), operationContext As OperationContext )
Parameters
- properties
-
Type:
System.Collections.Generic.IDictionary<String, EntityProperty>System.Collections.Generic::IDictionary<String^, EntityProperty^>^System.Collections.Generic.IDictionary<String, EntityProperty>System.Collections.Generic.IDictionary(Of String, EntityProperty)
An IDictionary<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) object that maps property names to typed EntityProperty values.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.