C#
C++
F#
VB
TableRequestOptions.PropertyResolver Property
TableRequestOptions::PropertyResolver Property
TableRequestOptions.PropertyResolver Property
TableRequestOptions.PropertyResolver Property
Gets or sets the delegate that is used to get the EdmType for an entity property given the partition key, row key, and the property name.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Func<String^, String^, String^, String^, EdmType>^ PropertyResolver { Func<String^, String^, String^, String^, EdmType>^ get(); void set(Func<String^, String^, String^, String^, EdmType>^ value); }