MdxClient.MdxConnection.CreateDbCommand C# (CSharp) Méthode

CreateDbCommand() protected méthode

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