Click or drag to resize

TransactionBaseConnectionString Property

Gets the connection string used for the connection with the database. Only settable with the constructor.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual string ConnectionString { get; }

Property Value

Type: String

Implements

ITransactionConnectionString
See Also