<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.1" />
API Differences between 7.0.1 and 7.1.0-preview3.26238.4
4 Additions
16 Removals
Microsoft.Data.SqlClient
-
public class SqlBatch : IAsyncDisposable, IDisposable
-
public class SqlBatchCommand
-
public class SqlBatchCommandCollection : ICollection<SqlBatchCommand>, IEnumerable<SqlBatchCommand>, IEnumerable, IList<SqlBatchCommand>
-
public sealed class SqlBulkCopy : IDisposable
-
public abstract class SqlColumnEncryptionKeyStoreProvider
- public virtual Task<byte[]> DecryptColumnEncryptionKeyAsync(string masterKeyPath, string encryptionAlgorithm, byte[] encryptedColumnEncryptionKey, CancellationToken cancellationToken = default)
- public virtual Task<byte[]> EncryptColumnEncryptionKeyAsync(string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey, CancellationToken cancellationToken = default)
- public virtual Task<byte[]> SignColumnMasterKeyMetadataAsync(string masterKeyPath, bool allowEnclaveComputations, CancellationToken cancellationToken = default)
- public virtual Task<bool> VerifyColumnMasterKeyMetadataAsync(string masterKeyPath, bool allowEnclaveComputations, byte[] signature, CancellationToken cancellationToken = default)
-
public sealed class SqlConnection : DbConnection, ICloneable
-
public sealed class SqlConnectionEncryptOption
-
public sealed class SqlConnectionStringBuilder : DbConnectionStringBuilder
-
public sealed class SqlErrorCollection : ICollection, IEnumerable
-
public sealed class SqlException : DbException
-
public abstract class SqlRetryLogicBaseProvider