MethodSignatureGenerator.GenerateUpdatingMethods Method

Definition

Returns a code type declaration containing the Insert, Update, and Delete methods associated with the database query.

public:
 System::CodeDom::CodeTypeDeclaration ^ GenerateUpdatingMethods();
public System.CodeDom.CodeTypeDeclaration GenerateUpdatingMethods ();
member this.GenerateUpdatingMethods : unit -> System.CodeDom.CodeTypeDeclaration
Public Function GenerateUpdatingMethods () As CodeTypeDeclaration

Returns

A CodeTypeDeclaration object containing the Insert, Update, and Delete methods associated with the database query.

Applies to