MdxClient.MdxConnection.CreateDbCommand C# (CSharp) Method

CreateDbCommand() protected method

protected CreateDbCommand ( ) : DbCommand
return System.Data.Common.DbCommand
        protected override DbCommand CreateDbCommand()
        {
            return new MdxCommand { Connection = this };
        }