Class Query<TResultRow>
Generic version of Query
Implements
System.Collections.Generic.IList<Query.Param>
System.Collections.Generic.ICollection<Query.Param>
System.Collections.Generic.IReadOnlyList<Query.Param>
System.Collections.Generic.IReadOnlyCollection<Query.Param>
System.Collections.Generic.IEnumerable<Query.Param>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Add(NFX.DataAccess.CRUD.Query.Param)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.AddRange(System.Collections.Generic.IEnumerable<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.AsReadOnly()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.BinarySearch(NFX.DataAccess.CRUD.Query.Param)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.BinarySearch(NFX.DataAccess.CRUD.Query.Param, System.Collections.Generic.IComparer<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.BinarySearch(System.Int32, System.Int32, NFX.DataAccess.CRUD.Query.Param, System.Collections.Generic.IComparer<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Clear()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Contains(NFX.DataAccess.CRUD.Query.Param)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.ConvertAll<TOutput>(System.Converter<NFX.DataAccess.CRUD.Query.Param, TOutput>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.CopyTo(NFX.DataAccess.CRUD.Query.Param[])
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.CopyTo(NFX.DataAccess.CRUD.Query.Param[], System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.CopyTo(System.Int32, NFX.DataAccess.CRUD.Query.Param[], System.Int32, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Exists(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Find(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindAll(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindIndex(System.Int32, System.Int32, System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindIndex(System.Int32, System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindIndex(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindLast(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindLastIndex(System.Int32, System.Int32, System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindLastIndex(System.Int32, System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.FindLastIndex(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.ForEach(System.Action<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.GetEnumerator()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.IndexOf(NFX.DataAccess.CRUD.Query.Param)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.IndexOf(NFX.DataAccess.CRUD.Query.Param, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.IndexOf(NFX.DataAccess.CRUD.Query.Param, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Insert(System.Int32, NFX.DataAccess.CRUD.Query.Param)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.LastIndexOf(NFX.DataAccess.CRUD.Query.Param)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.LastIndexOf(NFX.DataAccess.CRUD.Query.Param, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.LastIndexOf(NFX.DataAccess.CRUD.Query.Param, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Remove(NFX.DataAccess.CRUD.Query.Param)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.RemoveAll(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.RemoveAt(System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Reverse()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Sort()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Sort(System.Collections.Generic.IComparer<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Sort(System.Comparison<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.Generic.IEnumerable<NFX.DataAccess.CRUD.Query.Param>.GetEnumerator()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.ToArray()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.TrimExcess()
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.TrueForAll(System.Predicate<NFX.DataAccess.CRUD.Query.Param>)
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Capacity
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Count
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.Item[System.Int32]
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.Generic.ICollection<NFX.DataAccess.CRUD.Query.Param>.IsReadOnly
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<NFX.DataAccess.CRUD.Query.Param>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
[Serializable]
public sealed class Query<TResultRow> : Query, IList<Query.Param>, ICollection<Query.Param>, IReadOnlyList<Query.Param>, IReadOnlyCollection<Query.Param>, IEnumerable<Query.Param>, IList, ICollection, IEnumerable, IParameters, INamed, ICacheParams where TResultRow : Row
Type Parameters
Name | Description |
---|---|
TResultRow | Type of resulting rows |
Constructors
Query(Nullable<Guid>, String, IDataStoreKey)
Declaration
public Query(Guid? identity, string name, IDataStoreKey key)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Guid> | identity | |
System.String | name | |
IDataStoreKey | key |
Query(Nullable<Guid>, String, Dictionary<String, Object>)
Declaration
public Query(Guid? identity, string name, Dictionary<string, object> extra = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Guid> | identity | |
System.String | name | |
System.Collections.Generic.Dictionary<System.String, System.Object> | extra |
Query(String, IDataStoreKey)
Declaration
public Query(string name, IDataStoreKey key)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
IDataStoreKey | key |
Query(String, Dictionary<String, Object>)
Declaration
public Query(string name, Dictionary<string, object> extra = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Collections.Generic.Dictionary<System.String, System.Object> | extra |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable