C#C++F#VB
ITableEntity.::..ReadEntity Method (IDictionary<String, EntityProperty>, OperationContext)(IDictionary<String^, EntityProperty^>^, OperationContext^)(IDictionary<String, EntityProperty>, OperationContext)(IDictionary(Of String, EntityProperty), OperationContext)
Populates the entity's properties from the EntityProperty data values in the properties dictionary.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
void ReadEntity( IDictionary<string, EntityProperty> properties, OperationContext operationContext )
C++
void ReadEntity(
IDictionary<String^, EntityProperty^>^ properties,
OperationContext^ operationContext
)
abstract ReadEntity :
properties:IDictionary<string, EntityProperty> *
operationContext:OperationContext -> unit
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)
The dictionary of string property names to EntityProperty data values to deserialize and store in this table entity instance.
- 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.