Table of Contents

Interface IDbCommandOwner

Namespace: FastReport.Olap.Cube
Assembly: FastCube.Core.dll

Interface for db command owner.

public interface IDbCommandOwner

Properties

DbCommand

Gets or sets db command.

IDbCommand DbCommand { get; set; }

Property Value

IDbCommand