Initializes a new instance of the
Row class
Namespace:
RiakClient.Commands.TS
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public Row(
IEnumerable<Cell> cells
)
new :
cells : IEnumerable<Cell> -> Row
Parameters
- cells
- Type: System.Collections.GenericIEnumerableCell
[Missing <param name="cells"/> documentation for "M:RiakClient.Commands.TS.Row.#ctor(System.Collections.Generic.IEnumerable{RiakClient.Commands.TS.Cell})"]
See Also