C# (CSharp) CoreTechs.Common.Database 네임스페이스

클래스들

이름 설명
ConnectionScope Opens the connection on construction if it's not already open. On disposal, the connection will be closed if it was closed before construction.
DisconnectionScope Closes the connection on construction if it's not already closed. On disposal, the connection will be opened if it was open before construction.
DynamicDataRow
SqlDataTransfer Provides the ability to bulk insert data from a source table (or query) into a destination table. SQL Server only.