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;
        }