C# Class Extension, code

Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
DoStuff ( Class stuff ) : bool
Select ( SqlDataReader reader, Func projection ) : IEnumerable

Method Details

DoStuff() public static method

public static DoStuff ( Class stuff ) : bool
stuff Class
return bool

Select() public static method

public static Select ( SqlDataReader reader, Func projection ) : IEnumerable
reader SqlDataReader
projection Func
return IEnumerable