Click or drag to resize
AbstractDataConnectionNativeConnection 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#
public IDbConnection NativeConnection { get; set; }

Property Value

Type: IDbConnection
See Also