Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 340 Bytes

File metadata and controls

16 lines (10 loc) · 340 Bytes

IUnitOfWork.Connection property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets the connection.

public IDbConnection Connection { get; }

Property Value

The connection.

See Also