ParameterGenerationOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.