File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Microsoft.Data.SqlClient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public SqlVector(System.ReadOnlyMemory<T> memory) { }
131
131
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/IsNull/*' />
132
132
public bool IsNull => throw null ;
133
133
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/Null/*' />
134
- public static SqlVector < T > Null => throw null ;
134
+ public static SqlVector < T > ? Null => throw null ;
135
135
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/Length/*' />
136
136
public int Length { get { throw null ; } }
137
137
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/Memory/*' />
Original file line number Diff line number Diff line change @@ -2425,7 +2425,7 @@ public SqlVector(System.ReadOnlyMemory<T> memory) { }
2425
2425
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/IsNull/*' />
2426
2426
public bool IsNull => throw null ;
2427
2427
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/Null/*' />
2428
- public static SqlVector < T > Null => throw null ;
2428
+ public static SqlVector < T > ? Null => throw null ;
2429
2429
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/Length/*' />
2430
2430
public int Length { get { throw null ; } }
2431
2431
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlTypes/SqlVector.xml' path='docs/members[@name="SqlVector"]/Memory/*' />
You can’t perform that action at this time.
0 commit comments