C#C++F#VB
ITableEntity.::..WriteEntity Method (OperationContext)(OperationContext^)(OperationContext)(OperationContext)
Serializes the IDictionary<TKey, TValue><TKey, TValue><'TKey, 'TValue>(Of TKey, TValue) of property names mapped to EntityProperty data values from the entity instance.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
IDictionary<String^, EntityProperty^>^ WriteEntity( OperationContext^ operationContext )
abstract WriteEntity :
operationContext:OperationContext -> IDictionary<string, EntityProperty>
Function WriteEntity ( operationContext As OperationContext ) As IDictionary(Of String, EntityProperty)
Parameters
- 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.
Return Value
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 of property names to EntityProperty data typed values created by serializing this table entity instance.