net10.0
namespace Microsoft.Data.SqlTypes
{
    public readonly struct SqlVector<T> : INullable
        where T, unmanaged, struct
    {
        public int Length { get; }
    }
}
nuget.org
0.0 %
Reference this API
.NET
8.09.010.0
.NET Framework
4.6.24.74.7.14.7.24.84.8.1
Information specific to net10.0
Assemblies

Microsoft.Data.SqlClient , Version=7.0.0.0, PublicKeyToken=23ec7fc2d6eaa4a5

Microsoft.Data.SqlClient , Version=6.0.0.0, PublicKeyToken=23ec7fc2d6eaa4a5

Referencing

Your project needs a package reference to Microsoft.Data.SqlClient.

Package Microsoft.Data.SqlClient (7.0.0-preview3.25342.7) net9.0
Platform Restrictions

The property getter is supported on all platforms.

  • Built-in API
  • Package-provided API