See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Set the DbProvider/ConnectionString used to read the database schema, or set the DbSchema object. AvailableTableNames are populated here.

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
public bool SetConnectionStringOrDbSchema(
	DbProvider dbProvider,
	string connectionString,
	DbSchema dbSchema
)
Visual Basic
Public Function SetConnectionStringOrDbSchema ( 
	dbProvider As DbProvider,
	connectionString As String,
	dbSchema As DbSchema
) As Boolean
Visual C++
public:
bool SetConnectionStringOrDbSchema(
	DbProvider^ dbProvider, 
	String^ connectionString, 
	DbSchema^ dbSchema
)

Parameters

dbProvider
Type: DbProvider
connectionString
Type: System..::..String
dbSchema
Type: NTier.Model.Entity..::..DbSchema

Return Value

Type: Boolean

See Also