ParameterGenerationOption Enumeration
.NET Framework (current version)
Sets the type of parameters that are generated in a typed DataSet class.
Assembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| ClrTypes | Parameters in the typed dataset are CLR types. | |
| Objects | Parameters in the typed dataset are all of Object. | |
| SqlTypes | Parameters in the typed dataset are Sql types. |
The ParameterGenerationOption enumeration is used to tell the MethodSignatureGenerator the type of parameters to generate in a typed dataset.
.NET Framework
Available since 2.0
Available since 2.0
Show: