diff --git a/Snowflake.Data/Client/SnowflakeDbCommand.cs b/Snowflake.Data/Client/SnowflakeDbCommand.cs index 6445e1e31..b52d53643 100755 --- a/Snowflake.Data/Client/SnowflakeDbCommand.cs +++ b/Snowflake.Data/Client/SnowflakeDbCommand.cs @@ -239,9 +239,12 @@ public override async Task ExecuteScalarAsync(CancellationToken cancella return DBNull.Value; } + /// + /// Prepares the command for execution. + /// This method is currently not implemented and acts as a no-operation (Noop). + /// public override void Prepare() { - // Currently handled as a Noop } public string GetQueryId()