C# Class T4Adonet.Samples.TablesCommand

Inheritance: IDisposable
ファイルを表示 Open project: kazuk/T4Adonet

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
Execute ( String tableName ) : System.Data.SqlClient.SqlDataReader
Fetch0 ( System.Data.SqlClient.SqlDataReader reader ) : IEnumerable
Fetch1 ( System.Data.SqlClient.SqlDataReader reader ) : IEnumerable
TablesCommand ( SqlConnection conn ) : System

Private Methods

Method Description
GetBufferFor ( System.Data.SqlClient.SqlDataReader reader, int ordinal ) : StringBuffer
ReleaseBuffer ( StringBuffer buffer ) : void
ThrowIfDisposed ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

public Execute ( String tableName ) : System.Data.SqlClient.SqlDataReader
tableName String
return System.Data.SqlClient.SqlDataReader

Fetch0() public method

public Fetch0 ( System.Data.SqlClient.SqlDataReader reader ) : IEnumerable
reader System.Data.SqlClient.SqlDataReader
return IEnumerable

Fetch1() public method

public Fetch1 ( System.Data.SqlClient.SqlDataReader reader ) : IEnumerable
reader System.Data.SqlClient.SqlDataReader
return IEnumerable

TablesCommand() public method

public TablesCommand ( SqlConnection conn ) : System
conn System.Data.SqlClient.SqlConnection
return System