CqlSharp.CqlConnection.CreateDbCommand C# (CSharp) Метод

CreateDbCommand() защищенный Метод

Creates and returns a T:System.Data.Common.DbCommand object associated with the current connection.
protected CreateDbCommand ( ) : DbCommand
Результат DbCommand
        protected override DbCommand CreateDbCommand()
        {
            return CreateCqlCommand();
        }