BrightstarDB.Graph.SelectQueryTerm.SelectQueryTerm C# (CSharp) Метод

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

public SelectQueryTerm ( List properties ) : System
properties List
Результат System
        public SelectQueryTerm(List<string> properties)
        {
            Properties = properties;
        }
SelectQueryTerm