MethodSignatureGenerator Class
This class is used to generate a database query method signature, as it will be created by the typed dataset generator.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | MethodSignatureGenerator() | Initializes a new instance of the MethodSignatureGenerator class. |
| Name | Description | |
|---|---|---|
![]() | CodeProvider | Gets or sets the CodeDomProvider object. |
![]() | ContainerParameterType | Gets or sets the type of object that the query will fill. |
![]() | DataSetClassName | Gets or sets the type name of the typed dataset to be filled. |
![]() | IsGetMethod | Gets or sets a Boolean value specifying whether the signature generated needs to return a DataTable object. |
![]() | PagingMethod | Gets or sets a Boolean value specifying whether the method supports paging. |
![]() | ParameterOption | Gets or sets the category of types to use for parameters. |
![]() | TableClassName | Gets or sets the type name of the typed table to fill. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GenerateMethod() | Returns the code member method representing the database query, as generated by the typed dataset generator. |
![]() | GenerateMethodSignature() | Returns a string representing the database query method signature, as generated by the typed dataset generator. |
![]() | GenerateUpdatingMethods() | Returns a code type declaration containing the Insert, Update, and Delete methods associated with the database query. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | SetDesignTableContent(String^) | Sets the schema of the design table for which the database query method will be generated. |
![]() | SetMethodSourceContent(String^) | Sets the database query for which the method signature will be generated. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


