PowerArgs.Cli.CollectionQuery.CollectionQuery C# (CSharp) 메소드

CollectionQuery() 공개 메소드

public CollectionQuery ( ) : System
리턴 System
        public CollectionQuery()
        {
            SortOrder = new List<SortExpression>();
        }

Same methods

CollectionQuery::CollectionQuery ( int skip, int take, string filter ) : System
CollectionQuery