|
| Name | Description |
|---|
.gif) | CreateDatabase | Creates a database on the server. |
.gif) | CreateMethodCallQuery<(Of <(TResult>)>) | Infrastructure. Executes the table-valued database function associated with the specified CLR method. |
.gif) | DatabaseExists | Determines whether the associated database can be opened. |
.gif) | DeleteDatabase | Deletes the associated database. |
.gif) | Dispose | Overloaded. Releases all resources used by the DataContext. |
.gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) | ExecuteCommand | Executes SQL commands directly on the database. |
.gif) | ExecuteDynamicDelete | Called inside delete override methods to redelegate to LINQ to SQL the task of generating and executing dynamic SQL for delete operations. |
.gif) | ExecuteDynamicInsert | Called inside insert override methods to redelegate to LINQ to SQL the task of generating and executing dynamic SQL for insert operations. |
.gif) | ExecuteDynamicUpdate | Called inside update override methods to redelegate to LINQ to SQL the task of generating and executing dynamic SQL for update operations. |
.gif) | ExecuteMethodCall | Infrastructure. Executes the stored database procedure or scalar function associated with the specified CLR method. |
.gif) | ExecuteQuery | Overloaded. Executes SQL queries directly on the database. |
.gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) | GetChangeSet | Provides access to the modified objects tracked by DataContext. |
.gif) | GetCommand | Provides information about SQL commands generated by LINQ to SQL. |
.gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) | GetTable | Overloaded. Returns a collection of table objects. |
.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) | Refresh | Overloaded. Refreshes object state by using data in the database. |
.gif) | 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. |
.gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
.gif) | Translate | Overloaded. Converts an existing IDataReader to objects. |