CachedAqlQueryResultDataSources Property |
An array of collections/Views the query was using
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<string> DataSources { get; set; }
Public Property DataSources As IList(Of String)
Get
Set
public:
property IList<String^>^ DataSources {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member DataSources : IList<string> with get, set
Property Value
Type:
IListStringSee Also