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();
        }