This documentation is archived and is not being maintained.
MethodSignatureGenerator Class
Visual Studio 2010
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)
The MethodSignatureGenerator type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetDesignTableContent | Sets the schema of the design table for which the database query method will be generated. |
![]() | SetMethodSourceContent | Sets the database query for which the method signature will be generated. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
