Arango.Client.ACollection.ReturnListType C# (CSharp) Метод

ReturnListType() публичный Метод

Determines which attribute will be retuned in the list. Default value: Path.
public ReturnListType ( AReturnListType value ) : ACollection
value AReturnListType
Результат ACollection
        public ACollection ReturnListType(AReturnListType value)
        {
            // needs to be string value
            _parameters.String(ParameterName.Type, value.ToString().ToLower());

            return this;
        }