CqlSharp.CqlConnection.CreateCqlCommand C# (CSharp) 메소드

CreateCqlCommand() 공개 메소드

Creates and returns a T:CqlSharp.CqlCommand object associated with the current connection.
public CreateCqlCommand ( ) : CqlCommand
리턴 CqlCommand
        public virtual CqlCommand CreateCqlCommand()
        {
            return new CqlCommand(this);
        }