Skip to content

Commit 5ea5052

Browse files
Copilotjohlju
andcommitted
Add documentation to ExecuteScalar method stub
Co-authored-by: johlju <7189721+johlju@users.noreply.github.com>
1 parent a4834e9 commit 5ea5052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/Stubs/SMO.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,8 @@ public class ServerConnection
13321332
public void Create()
13331333
{}
13341334

1335+
// Method: ExecuteScalar
1336+
// Used for testing scalar query execution in Invoke-SqlDscScalarQuery
13351337
public object ExecuteScalar(string query)
13361338
{
13371339
return null;

0 commit comments

Comments
 (0)