[This is preliminary documentation and is subject to change.]
Returns extra parameters that provider may need to render the query. May be null
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Dictionary<string, Object> Extra { get; }
public Dictionary<string, Object> Extra { get; }
Public ReadOnly Property Extra As Dictionary(Of String, Object)
Get
Public ReadOnly Property Extra As Dictionary(Of String, Object)
Get
public:
property Dictionary<String^, Object^>^ Extra {
Dictionary<String^, Object^>^ get ();
}
public:
property Dictionary<String^, Object^>^ Extra {
Dictionary<String^, Object^>^ get ();
}
member Extra : Dictionary<string, Object> with get
member Extra : Dictionary<string, Object> with get
Property Value
Type:
Dictionary
String,
Object