Click or drag to resize
AbstractDataConnectionNativeDBConnection Property
Native connection object. It depends on provider type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected IDbConnection NativeDBConnection { get; set; }

Property Value

Type: IDbConnection
See Also