DBContext Class Members

MNG Profiler

MNG.Direct Documentation
Properties  Methods 

DBContext Class Members

The following tables list the members exposed by DBContext.

Public Constructors
 NameDescription
Public ConstructorCreates an instance of this ADO.NET database context and attempts to access the database via connection string.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the application name that will be associated with the DB connection.  
Public PropertyGrabs the connection string established in App.config. Allows overriding of the application name and connection timeout.  
Public PropertyGets or sets the connection timeout. Allows for overriding the default value in the connection string.  
Top
Public Methods
 NameDescription
Public MethodCreates a command that can be set and executed against the database.  
Public MethodDisposes of open/living constructs before relinquishing the context to the GC.  
Public MethodSave changes made to the data.  
Top
See Also