Skip to content

Commit 0b0df19

Browse files
Adjust Seq of GetSqlJson as per alphabetical order
1 parent 2863356 commit 0b0df19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,10 +1352,10 @@ public override void Close() { }
13521352
public virtual System.Data.SqlTypes.SqlInt32 GetSqlInt32(int i) { throw null; }
13531353
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlDataReader.xml' path='docs/members[@name="SqlDataReader"]/GetSqlInt64/*'/>
13541354
public virtual System.Data.SqlTypes.SqlInt64 GetSqlInt64(int i) { throw null; }
1355-
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlDataReader.xml' path='docs/members[@name="SqlDataReader"]/GetSqlMoney/*'/>
1356-
public virtual System.Data.SqlTypes.SqlMoney GetSqlMoney(int i) { throw null; }
13571355
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlDataReader.xml' path='docs/members[@name="SqlDataReader"]/GetSqlJson/*' />
13581356
virtual public Microsoft.Data.SqlTypes.SqlJson GetSqlJson(int i) { throw null; }
1357+
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlDataReader.xml' path='docs/members[@name="SqlDataReader"]/GetSqlMoney/*'/>
1358+
public virtual System.Data.SqlTypes.SqlMoney GetSqlMoney(int i) { throw null; }
13591359
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlDataReader.xml' path='docs/members[@name="SqlDataReader"]/GetSqlSingle/*'/>
13601360
public virtual System.Data.SqlTypes.SqlSingle GetSqlSingle(int i) { throw null; }
13611361
/// <include file='../../../../doc/snippets/Microsoft.Data.SqlClient/SqlDataReader.xml' path='docs/members[@name="SqlDataReader"]/GetSqlString/*'/>

0 commit comments

Comments
 (0)