Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 333 Bytes

File metadata and controls

16 lines (10 loc) · 333 Bytes

UnitOfWork.Connection property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the connection.

public IDbConnection Connection { get; }

Property Value

The connection.

See Also