FSharp.Data.SqlClient by Dmitry Morozov,Dmitry Sevastianov

<PackageReference Include="FSharp.Data.SqlClient" Version="1.2.28" />

.NET API 5,102,672 bytes

 UrnCollection

public int Count { get; }

public Urn this[int index] { get; set; }

public UrnCollection()

public void Add(Urn urn)

public void AddRange(IEnumerable<Urn> urnCollection)

public void Clear()

public bool Contains(Urn urn)

public void CopyTo(Urn[] array, int arrayIndex)

public int IndexOf(Urn urn)

public void Insert(int index, Urn urn)

public bool Remove(Urn urn)

public void RemoveAt(int index)