Class properties

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.

  • None – The default value. No inheritance modification is performed.
  • Abstract – Specifies that the class is abstract.
  • Sealed – Setting Inheritance Modifier to Sealed forbids further inheritance. In this case, the class cannot be a base class.

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.