Documentation for this section has not yet been entered.
The ServiceDescriptionImporter.CodeGenerationOptions property allows you to specify various options used when the ServiceDescriptionImporter.Import(System.CodeDom.CodeNamespace, System.CodeDom.CodeCompileUnit) method is called to generate code. For example, you can specify whether simple types described in the WSDL are generated as value types or System.Data.SqlTypes namespace types, and whether they are generated as properties or fields.