C# Class Deveel.Data.Client.LocalRowCache.CachedRow

A cached row.
Show file Open project: deveel/deveeldb

Public Properties

Property Type Description
ResultId int
Row int
RowData ISqlObject[]
Sizes int[]

Property Details

ResultId public property

public int ResultId
return int

Row public property

public int Row
return int

RowData public property

public ISqlObject[] RowData
return ISqlObject[]

Sizes public property

public int[] Sizes
return int[]