ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

ByExampleAsync missing #121

Closed imtrobin closed 5 years ago

imtrobin commented 5 years ago

Hi, there is no ByExampleAsync, though there is FirstExampleAsync, is that intentional?

ra0o0f commented 5 years ago

@imtrobin sorry for the delay, ByExample returns an ICursor<T> which has ToListAsync()

imtrobin commented 5 years ago

Thanks