Method properties

LinqConnect method has the following properties.

Access – Denotes the kind of access. It can take the Public, Protected, Internal, Private, or ProtectedInternal value.

Documentation

Long Description – Detailed description for the method.

Summary – Brief description for the method.

Inheritance Modifier – Method inheritance modifier. The Inheritance Modifier property can take the None, New, NewVirtual, Override or Virtual value.

  • None – The default value. No inheritance modification is performed.
  • New – Specifies that the derived base class property with this name is explicitly hidden.
  • NewVirtual – Specifies that the derived base class property with this signature is explicitly hidden, and this property of this class can be overridden in the derived class.
  • Override – Specifies that the property overrides the one derived from the base class.
  • Virtual – Specifies that the property can be overridden in the derived class.

Method Signature – Denotes the method signature.

Pipelined – Denotes the type of values returned by the method.

Name – Name of the method.

Parameters – Denotes the collection of method parameters.

Return Type – Denotes the return type of the method.

Source – The name of a stored procedure in the database.