C#C++F#VB
TableEntity.::..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 this TableEntity instance.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public virtual IDictionary<string, EntityProperty> WriteEntity( OperationContext operationContext )
C++
public: virtual IDictionary<String^, EntityProperty^>^ WriteEntity( OperationContext^ operationContext )
abstract WriteEntity : operationContext:OperationContext -> IDictionary<string, EntityProperty> override WriteEntity : operationContext:OperationContext -> IDictionary<string, EntityProperty>
Public Overridable 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 that maps string property names to EntityProperty typed values created by serializing this table entity instance.