Chapter 11 Generating .NET 2.0 Persistent Objects and Windows Applications


ADO.NET options

The following options are available on this tab:

Option Description
Data Provider Specifies which data provider you want to use. You can choose between:

  • OleDB
  • SqlClient
  • ODBC
  • Oracle
Connection String Specifies the connection string. You can enter this by hand or click the ellipsis tool to the right of the field to use a custom dialog. For information about the provider-specific parameters used to build the connection string, see Configuring Connection Strings.
Default access Specifies the default class attribute access type. This and the other package options, are valid for the whole model You can fine-tune these options for an individual package through its property sheet.
Default cascade Specifies the default cascade type.
Default command type Specify the default command type which can be overridden by concrete class.
DALContainer Specifies the collection type returned from database. For now, we support Generic List Collection and System.Collections.ArrayList
Logging Type The common logging component is Log4Net, but you can reuse it as well if you have your own logging framework. By default, the value of logging type is Console type, but PowerDesigner also supports "None" or Log4Net

 


Copyright (C) 2006. Sybase Inc. All rights reserved.