CqlSharp.CqlConnection.CreateDbCommand C# (CSharp) Method

CreateDbCommand() protected method

Creates and returns a T:System.Data.Common.DbCommand object associated with the current connection.
protected CreateDbCommand ( ) : DbCommand
return DbCommand
        protected override DbCommand CreateDbCommand()
        {
            return CreateCqlCommand();
        }