Class ArgumentCollection
Implements
Inherited Members
System.Collections.Generic.List<SuperOffice.Data.SQL.Argument>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<SuperOffice.Data.SQL.Argument>.System.Collections.IList.set_Item(System.Int32, System.Object)
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public class ArgumentCollection : List<Argument>, IList<Argument>, ICollection<Argument>, IList, ICollection, IReadOnlyList<Argument>, IReadOnlyCollection<Argument>, IEnumerable<Argument>, IEnumerable
Constructors
ArgumentCollection()
Declaration
public ArgumentCollection()
Methods
Add(Argument[])
Declaration
public void Add(params Argument[] fields)
Parameters
Type | Name | Description |
---|---|---|
Argument[] | fields |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)
IEnumerableExtensions.ForEach<T>(System.Collections.Generic.IEnumerable<T>, System.Action<T>)
IEnumerableExtensions.ContainsAny<T>(System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IEnumerable<T>)
IEnumerableExtensions.SplitList<T>(System.Collections.Generic.List<T>, System.Int32)
IEnumerableExtensions.Batch<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, T, System.Int32)
IEnumerableExtensions.IndexOf<T>(System.Collections.Generic.IEnumerable<T>, System.Func<T, System.Boolean>, System.Int32)
IEnumerableExtensions.Permute<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(System.Collections.Generic.IEnumerable<T>, System.Func<T, K>, System.Func<T, V>, System.Collections.Generic.IEqualityComparer<K>)
IEnumerableExtensions.GetDifferentCombinations<T>(System.Collections.Generic.IEnumerable<T>, System.Int32)