EntityPropertyConverter.ConvertBack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Type Parameters
- T
Parameters
- flattenedEntityProperties
- IDictionary<String,EntityProperty>
- operationContext
- OperationContext
Returns
T
Applies to
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
Type Parameters
- T
Parameters
- flattenedEntityProperties
- IDictionary<String,EntityProperty>
- entityPropertyConverterOptions
- EntityPropertyConverterOptions
- operationContext
- OperationContext
Returns
T
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET