C# Class CSDataBase.cJSONCommand

Inheritance: System.Data.Common.DbCommand
Mostra file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
CreateParameter ( ) : DbParameter
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : cJSONDataReader
ExecuteReader ( CommandBehavior behavior ) : cJSONDataReader
ExecuteScalar ( ) : object
Prepare ( ) : void
cJSONCommand ( ) : System
cJSONCommand ( string cmdText ) : System
cJSONCommand ( string cmdText, cJSONServerConnection connection ) : System

Protected Methods

Method Description
CreateDbParameter ( ) : DbParameter
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader

Private Methods

Method Description
getCommandName ( ) : string

Method Details

Cancel() public method

public Cancel ( ) : void
return void

CreateDbParameter() protected method

protected CreateDbParameter ( ) : DbParameter
return System.Data.Common.DbParameter

CreateParameter() public method

public CreateParameter ( ) : DbParameter
return System.Data.Common.DbParameter

ExecuteDbDataReader() protected method

protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader
behavior CommandBehavior
return System.Data.Common.DbDataReader

ExecuteNonQuery() public method

public ExecuteNonQuery ( ) : int
return int

ExecuteReader() public method

public ExecuteReader ( ) : cJSONDataReader
return cJSONDataReader

ExecuteReader() public method

public ExecuteReader ( CommandBehavior behavior ) : cJSONDataReader
behavior CommandBehavior
return cJSONDataReader

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object

Prepare() public method

public Prepare ( ) : void
return void

cJSONCommand() public method

public cJSONCommand ( ) : System
return System

cJSONCommand() public method

public cJSONCommand ( string cmdText ) : System
cmdText string
return System

cJSONCommand() public method

public cJSONCommand ( string cmdText, cJSONServerConnection connection ) : System
cmdText string
connection cJSONServerConnection
return System