Public Property FetchSize As Integer
public int FetchSize { get; set; }
public: property int FetchSize { int get (); void set (int value); }
function get_fetchSize(); function set_fetchSize(value);