TableEntity.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
public static TResult ConvertBack<TResult>(System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Table.EntityProperty> properties, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
static member ConvertBack : System.Collections.Generic.IDictionary<string, Microsoft.WindowsAzure.Storage.Table.EntityProperty> * Microsoft.WindowsAzure.Storage.OperationContext -> 'Result
Public Shared Function ConvertBack(Of TResult) (properties As IDictionary(Of String, EntityProperty), operationContext As OperationContext) As TResult
Type Parameters
- TResult
Parameters
- properties
- IDictionary<String,EntityProperty>
- operationContext
- OperationContext
Returns
TResult
Applies to
Azure SDK for .NET Legacy
Product | Versions |
---|---|
Azure SDK for .NET | Legacy |
ConvertBack<TResult>(IDictionary<String,EntityProperty>, EntityPropertyConverterOptions, OperationContext)
public static TResult ConvertBack<TResult>(System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Table.EntityProperty> properties, 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 -> 'Result
Public Shared Function ConvertBack(Of TResult) (properties As IDictionary(Of String, EntityProperty), entityPropertyConverterOptions As EntityPropertyConverterOptions, operationContext As OperationContext) As TResult
Type Parameters
- TResult
Parameters
- properties
- IDictionary<String,EntityProperty>
- entityPropertyConverterOptions
- EntityPropertyConverterOptions
- operationContext
- OperationContext
Returns
TResult
Applies to
Azure SDK for .NET Legacy
Product | Versions |
---|---|
Azure SDK for .NET | Legacy |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: