ParameterGenerationOption Enum

Definition

Sets the type of parameters that are generated in a typed DataSet class.

public enum class ParameterGenerationOption
public enum ParameterGenerationOption
type ParameterGenerationOption = 
Public Enum ParameterGenerationOption
Inheritance
ParameterGenerationOption

Fields

ClrTypes 0

Parameters in the typed dataset are CLR types.

Objects 2

Parameters in the typed dataset are all of Object.

SqlTypes 1

Parameters in the typed dataset are Sql types.

Remarks

The ParameterGenerationOption enumeration is used to tell the MethodSignatureGenerator the type of parameters to generate in a typed dataset.

Applies to