mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

EalDbAccess.Test Method



Test to see if a connection string is valid and can be used to create a connection


Namespace: EngineAgnosticLayerDbAccess
Assembly: EngineAgnosticLayerDbAccess (in EngineAgnosticLayerDbAccess.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public static bool Test(
	EalDbTypeEnum DbType,
	string DbConnectionString
)

Parameters

DbType
Type: EngineAgnosticLayerDbAccess..::..EalDbTypeEnum
Type of database ( i.e., MSSQL, PostgreSQL )
DbConnectionString
Type: System..::..String
Database connection string

Return Value

Type: Boolean
TRUE if valid and accepting connections, otherwise FALSE

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )