Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Server.Data Namespace : Database Class |
The following tables list the members exposed by Database.
Name | Description | |
---|---|---|
Database Constructor | Overloaded. |
Name | Description | |
---|---|---|
AuthenticationData | Gets the authentication data table. | |
CCOWApplication | Gets the applications table. | |
CCOWSubject | Gets the subjects table. | |
CCOWSubjectApplication | Gets the subject application table. | |
CCOWSubjectDependency | Gets the subjects dependencies table. | |
CCOWSubjectItems | Gets the subject's items table. | |
ChangeConflicts | Gets a collection of objects that caused concurrency conflicts when System.Data.Linq.DataContext.SubmitChanges was called. (Inherited from System.Data.Linq.DataContext) | |
CommandTimeout | Gets or sets a value that increases the time-out period for queries that would otherwise time out during the default time-out period. (Inherited from System.Data.Linq.DataContext) | |
Configuration | Gets the configuration table. | |
Connection | Gets the connection used by the framework. (Inherited from System.Data.Linq.DataContext) | |
DeferredLoadingEnabled | Gets or sets a value that indicates whether to delay-load one-to-many or one-to-one relationships. (Inherited from System.Data.Linq.DataContext) | |
LoadOptions | Gets or sets the System.Data.Linq.DataLoadOptions associated with this System.Data.Linq.DataContext. (Inherited from System.Data.Linq.DataContext) | |
Log | Gets or sets the destination to write the SQL query or command. (Inherited from System.Data.Linq.DataContext) | |
Mapping | Gets the System.Data.Linq.Mapping.MetaModel on which the mapping is based. (Inherited from System.Data.Linq.DataContext) | |
ObjectTrackingEnabled | Gets or sets a value that indicates whether object tracking is enabled. (Inherited from System.Data.Linq.DataContext) | |
Transaction | Gets or sets a local transaction for the .NET Framework to use to access the database. (Inherited from System.Data.Linq.DataContext) |
Name | Description | |
---|---|---|
CreateDatabase | Creates a database on the server. (Inherited from System.Data.Linq.DataContext) | |
DatabaseExists | Determines whether the associated database can be opened. (Inherited from System.Data.Linq.DataContext) | |
DeleteDatabase | Deletes the associated database. (Inherited from System.Data.Linq.DataContext) | |
Dispose | Overloaded. Releases all resources used by the current instance of the System.Data.Linq.DataContext class. (Inherited from System.Data.Linq.DataContext) | |
ExecuteCommand | Executes SQL commands directly on the database. (Inherited from System.Data.Linq.DataContext) | |
ExecuteQuery | Overloaded. Executes SQL queries directly on the database and returns objects. (Inherited from System.Data.Linq.DataContext) | |
GetChangeSet | Gets the modified objects tracked by System.Data.Linq.DataContext. (Inherited from System.Data.Linq.DataContext) | |
GetCommand | Gets the information about SQL commands generated by LINQ to SQL. (Inherited from System.Data.Linq.DataContext) | |
GetTable | Overloaded. Returns a collection of objects of a particular type, where the type is defined by the TEntity parameter. (Inherited from System.Data.Linq.DataContext) | |
Refresh | Overloaded. Refreshes an entity object according to the specified mode. (Inherited from System.Data.Linq.DataContext) | |
SubmitChanges | Overloaded. Computes the set of modified objects to be inserted, updated, or deleted, and executes the appropriate commands to implement the changes to the database. (Inherited from System.Data.Linq.DataContext) | |
Translate | Overloaded. Converts an existing System.Data.Common.DbDataReader to objects. (Inherited from System.Data.Linq.DataContext) |