Čítať v angličtine Upraviť

Zdieľať cez


ParameterGenerationOption Enum

Definition

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

C#
public enum ParameterGenerationOption
Inheritance
ParameterGenerationOption

Fields

Name Value Description
ClrTypes 0

Parameters in the typed dataset are CLR types.

SqlTypes 1

Parameters in the typed dataset are Sql types.

Objects 2

Parameters in the typed dataset are all of Object.

Remarks

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

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1