LinqConnect class has the following properties.
Access – The accessibility level of the Table<T> class in the DataContext. May be Public and Internal.
Delete – The method, that will be used for the delete operation.
Documentation
Long Description – Detailed description for the class.
Summary – Brief description for the class.
Entity Set – Entity set the entity belongs to.
Inheritance Modifier – Class inheritance modifier. The Inheritance Modifier property can take the None, Abstract, or Sealed value.
Insert – The method that will be used for the insert operation.
Name – Class name.
Source – The table the class will be mapped to. If left blank, the class name is used.
Update – The method that will be used for the update operation.