MethodSignatureGenerator.GenerateMethod Method

Definition

Returns the code member method representing the database query, as generated by the typed dataset generator.

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

Returns

The CodeMemberMethod object representing the database query, as generated by the typed dataset generator.

Applies to