你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityPropertyConverter.ConvertBack 方法

定义

重载

ConvertBack<T>(IDictionary<String,EntityProperty>, OperationContext)
ConvertBack<T>(IDictionary<String,EntityProperty>, EntityPropertyConverterOptions, OperationContext)

ConvertBack<T>(IDictionary<String,EntityProperty>, OperationContext)

public static T ConvertBack<T>(System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Table.EntityProperty> flattenedEntityProperties, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
static member ConvertBack : System.Collections.Generic.IDictionary<string, Microsoft.WindowsAzure.Storage.Table.EntityProperty> * Microsoft.WindowsAzure.Storage.OperationContext -> 'T
Public Shared Function ConvertBack(Of T) (flattenedEntityProperties As IDictionary(Of String, EntityProperty), operationContext As OperationContext) As T

类型参数

T

参数

flattenedEntityProperties
IDictionary<String,EntityProperty>
operationContext
OperationContext

返回

T

适用于

ConvertBack<T>(IDictionary<String,EntityProperty>, EntityPropertyConverterOptions, OperationContext)

public static T ConvertBack<T>(System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Table.EntityProperty> flattenedEntityProperties, Microsoft.WindowsAzure.Storage.Table.EntityPropertyConverterOptions entityPropertyConverterOptions, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
static member ConvertBack : System.Collections.Generic.IDictionary<string, Microsoft.WindowsAzure.Storage.Table.EntityProperty> * Microsoft.WindowsAzure.Storage.Table.EntityPropertyConverterOptions * Microsoft.WindowsAzure.Storage.OperationContext -> 'T
Public Shared Function ConvertBack(Of T) (flattenedEntityProperties As IDictionary(Of String, EntityProperty), entityPropertyConverterOptions As EntityPropertyConverterOptions, operationContext As OperationContext) As T

类型参数

T

参数

flattenedEntityProperties
IDictionary<String,EntityProperty>
entityPropertyConverterOptions
EntityPropertyConverterOptions
operationContext
OperationContext

返回

T

适用于