<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview3.26238.4" />
API Differences between 7.1.0-preview3.26238.4 and 7.0.2
63 Additions
4 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