Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 572 Bytes

TryGetConnectionString.md

File metadata and controls

21 lines (14 loc) · 572 Bytes

IConnectionStrings.TryGetConnectionString method

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a connection string by its key

public IConnectionString TryGetConnectionString(string connectionKey)
parameter description
connectionKey Connection key

Return Value

Connection string or null if not found

See Also