Skip to content

Conversation

@JaBistDuNarrisch
Copy link

No description provided.

@JaBistDuNarrisch JaBistDuNarrisch changed the title RemoveAllConstraints => obsolete RemoveAllConstraints => obsolete + UpdateFromTableToTable Sep 30, 2025
@JaBistDuNarrisch JaBistDuNarrisch merged commit 120a1ad into master Sep 30, 2025
1 check passed
Copy link

@Schlupp77 Schlupp77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close() and Dispose()

{
if (_dbConnection.State == ConnectionState.Open)
{
_dbConnection.Close();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kann man den Close() einfach weglassen? Ist der im Dispose() bereits enthalten?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants