TableEntity.ReadEntity Method

Windows Runtime Azure Storage Client Library

Deserializes the entity using the specified IDictionary that maps property names to typed EntityProperty values.

Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As TableEntity
Dim properties As IDictionary(Of String, EntityProperty)
Dim operationContext As OperationContext

instance.ReadEntity(properties, operationContext)

Syntax

Visual Basic
Public Overridable Sub ReadEntity ( _
	properties As IDictionary(Of String, EntityProperty), _
	operationContext As OperationContext _
)
C#
public virtual void ReadEntity (
	IDictionary<string,EntityProperty> properties,
	OperationContext operationContext
)
C++
public:
virtual void ReadEntity (
	IDictionary<String^, EntityProperty^>^ properties, 
	OperationContext^ operationContext
)
J#
public void ReadEntity (
	IDictionary<String,EntityProperty> properties, 
	OperationContext operationContext
)
JScript
public function ReadEntity (
	properties : IDictionary<String,EntityProperty>, 
	operationContext : OperationContext
)

Parameters

properties

An IDictionary object that maps property names to typed EntityProperty values.

operationContext

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also