TableRequestOptions.PropertyResolver Property (Microsoft.WindowsAzure.Storage.Table)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage.Table
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);
}
Return to top
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.
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); }