The following tables list the members exposed by LoggingSqlDataAccessAgent.
| Name | Description | |
|---|---|---|
| LoggingSqlDataAccessAgent Constructor | Initializes a new instance of the LoggingSqlDataAccessAgent class with a connection string |
| Name | Description | |
|---|---|---|
| Catalog | Gets the configured Leadtools.Medical.DataAccessLayer.Catalog.ICatalog which describes the DICOM Event Log database. (Inherited from Leadtools.Medical.Logging.DataAccessLayer.LoggingDBDataAccessAgent) |
| ConnectionString | Gets or sets the connection string for the DICOM Event Log database. |
| Name | Description | |
|---|---|---|
| DataProvider | Gets the database provider for connecting and working with DICOM Event Log database. (Inherited from Leadtools.Medical.Logging.DataAccessLayer.LoggingDBDataAccessAgent) |
Top
| Name | Description | |
|---|---|---|
| CreateDatabaseProvider | Overridden. Creates the database provider for connecting and working with DICOM Event Log SQL Server database. |
| GetDicomDeleteEventLogCommandText | Overridden. Gets the SQL statement for deleting an event log with an Event ID |
| GetDicomEventLogColumnValueCommandText | Overridden. Gets the SQL statement for querying a column in the DICOM Event Log table based on the provided Event ID. |
| GetDicomEventLogDatasetQueryCommandText | Overloaded. Overridden. Gets the SQL statement for querying the DICOM Event Log table into a DicomEventLogDataSet based on the provided matching parameters. |
| GetDicomEventLogIDsQueryCommandText | Overridden. Gets the SQL statement for querying the Event Log ID field for all matching DICOM Event Log. |
| GetDicomEventLogIDsSumCommandText | Overridden. Gets the sum of the ID's for all matching DICOM Event Logs. |
| UpdateTable | Overridden. Performs a batch update on a DataSet. |