←Select platform
In This Topic ▼

LoggingSqlCeDataAccessAgent Class Members

Summary

The following tables list the members exposed by LoggingSqlCeDataAccessAgent.

Public Constructors

Name Description
Public Constructor
LoggingSqlCeDataAccessAgent Initializes a new instance of the LoggingSqlCeDataAccessAgent class with a connection string
Public Constructor LoggingSqlDataAccessAgent Initializes a new instance of the LoggingSqlDataAccessAgent class. (Inherited from LoggingSqlDataAccessAgent)

Public Methods

Name Description
Public Method
AddDicomEventLog Insert a new event log entry. (Inherited from LoggingSqlDataAccessAgent)

Protected Methods

Name Description
Protected Method
CreateDatabaseProvider Creates the database provider for connecting and working with DICOM Event Log SQL Server Compact database.
Protected Method GetDicomDeleteEventLogCommandText Gets the SQL statement to delete the DICOM Event Logs based on the provided matching parameters.
Protected Method GetDicomDeleteEventLogCommandText(Collection<CatalogElement[]>,int) Gets the SQL statement to delete the DICOM Event Logs based on the provided matching parameters. (Inherited from LoggingSqlDataAccessAgent)
Protected Method GetDicomDeleteEventLogCommandText(long) Gets the SQL statement for deleting an event log with an Event ID (Inherited from LoggingSqlDataAccessAgent)
Protected Method GetDicomEventLogColumnValueCommandText Gets the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID. (Inherited from LoggingSqlDataAccessAgent)
Protected Method GetDicomEventLogDatasetQueryCommandText Gets the SQL statement for querying the DICOM Event Log table into a DicomEventLogDataSet based on the provided matching parameters.
Protected Method GetDicomEventLogDatasetQueryCommandText(Collection<CatalogElement[]>,OrderByParametersList,int,bool) Gets the SQL statement for querying the DICOM Event Log table into a DicomEventLogDataSet based on the provided matching parameters. (Inherited from LoggingSqlDataAccessAgent)
Protected Method GetDicomEventLogDatasetQueryCommandText(long,bool) Gets the SQL statement for querying a single DICOM Event Log based on the provided event ID. (Inherited from LoggingSqlDataAccessAgent)
Protected Method GetDicomEventLogIDsQueryCommandText Gets the SQL statement for querying the Event Log ID field for all matching DICOM Event Logs.
Protected Method GetDicomEventLogIDsSumCommandText Gets the sum of the ID's for all matching DICOM Event Logs. (Inherited from LoggingSqlDataAccessAgent)
Protected Method PrepareSelectDataSetPathCommand Initializes a System.Data.Common.DbCommand to query for the path of the saved DICOM DataSets.
Protected Method UpdateTable Performs a batch update on a DataSet. (Inherited from LoggingSqlDataAccessAgent)

Public Properties

Name Description
Public Property
ConnectionString Gets or sets the connection string for the DICOM Event Log database. (Inherited from LoggingSqlDataAccessAgent)
Public Property CopyDicomDataSetOnDisk Gets or sets whether the Leadtools.Dicom.DicomDataSet should be saved on a disk or to a database. (Inherited from LoggingSqlDataAccessAgent)
Public Property DataSetFolder Gets or sets the folder path where the Leadtools.Dicom.DicomDataSet will be saved. (Inherited from LoggingSqlDataAccessAgent)

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly