Search Results for

    Show / Hide Table of Contents

    Class DeletionDataDefinition

    A list of column name/value pairs used for DELETE conditions

    Inheritance
    object
    List<KeyValuePair<string, object>>
    DeletionDataDefinition
    Implements
    IList<KeyValuePair<string, object>>
    ICollection<KeyValuePair<string, object>>
    IList
    ICollection
    IReadOnlyList<KeyValuePair<string, object>>
    IReadOnlyCollection<KeyValuePair<string, object>>
    IEnumerable<KeyValuePair<string, object>>
    IEnumerable
    Inherited Members
    List<KeyValuePair<string, object>>.Add(KeyValuePair<string, object>)
    List<KeyValuePair<string, object>>.AddRange(IEnumerable<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.AsReadOnly()
    List<KeyValuePair<string, object>>.BinarySearch(int, int, KeyValuePair<string, object>, IComparer<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.BinarySearch(KeyValuePair<string, object>)
    List<KeyValuePair<string, object>>.BinarySearch(KeyValuePair<string, object>, IComparer<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.Clear()
    List<KeyValuePair<string, object>>.Contains(KeyValuePair<string, object>)
    List<KeyValuePair<string, object>>.ConvertAll<TOutput>(Converter<KeyValuePair<string, object>, TOutput>)
    List<KeyValuePair<string, object>>.CopyTo(KeyValuePair<string, object>[])
    List<KeyValuePair<string, object>>.CopyTo(int, KeyValuePair<string, object>[], int, int)
    List<KeyValuePair<string, object>>.CopyTo(KeyValuePair<string, object>[], int)
    List<KeyValuePair<string, object>>.Exists(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.Find(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindAll(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindIndex(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindIndex(int, Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindIndex(int, int, Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindLast(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindLastIndex(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindLastIndex(int, Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.FindLastIndex(int, int, Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.ForEach(Action<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.GetEnumerator()
    List<KeyValuePair<string, object>>.GetRange(int, int)
    List<KeyValuePair<string, object>>.IndexOf(KeyValuePair<string, object>)
    List<KeyValuePair<string, object>>.IndexOf(KeyValuePair<string, object>, int)
    List<KeyValuePair<string, object>>.IndexOf(KeyValuePair<string, object>, int, int)
    List<KeyValuePair<string, object>>.Insert(int, KeyValuePair<string, object>)
    List<KeyValuePair<string, object>>.InsertRange(int, IEnumerable<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.LastIndexOf(KeyValuePair<string, object>)
    List<KeyValuePair<string, object>>.LastIndexOf(KeyValuePair<string, object>, int)
    List<KeyValuePair<string, object>>.LastIndexOf(KeyValuePair<string, object>, int, int)
    List<KeyValuePair<string, object>>.Remove(KeyValuePair<string, object>)
    List<KeyValuePair<string, object>>.RemoveAll(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.RemoveAt(int)
    List<KeyValuePair<string, object>>.RemoveRange(int, int)
    List<KeyValuePair<string, object>>.Reverse()
    List<KeyValuePair<string, object>>.Reverse(int, int)
    List<KeyValuePair<string, object>>.Sort()
    List<KeyValuePair<string, object>>.Sort(IComparer<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.Sort(int, int, IComparer<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.Sort(Comparison<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.ToArray()
    List<KeyValuePair<string, object>>.TrimExcess()
    List<KeyValuePair<string, object>>.TrueForAll(Predicate<KeyValuePair<string, object>>)
    List<KeyValuePair<string, object>>.Capacity
    List<KeyValuePair<string, object>>.Count
    List<KeyValuePair<string, object>>.this[int]
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Model
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public class DeletionDataDefinition : List<KeyValuePair<string, object>>, IList<KeyValuePair<string, object>>, ICollection<KeyValuePair<string, object>>, IList, ICollection, IReadOnlyList<KeyValuePair<string, object>>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable

    Extension Methods

    CloneExtensions.Clone(IEnumerable<KeyValuePair<string, object>>)
    CloneExtensions.CloneTo(IEnumerable<KeyValuePair<string, object>>, IDictionary<string, object>)
    • Edit this page
    • View Source
    In this article
    • Implements
    • Extension Methods
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.