Version

GetSchema Method (IRVInMemoryData)

Returns the schema for this dataset, basically the list of columns (name and data type), data returned by GetData must be returned in the same order than the columns defined by this method. When using the default implementation for this interface (RVInMemoryData<T>), you don't need to worry about this as it's resolved automatically by that implementation.
Syntax
'Declaration
 
Function GetSchema() As IEnumerable(Of RVSchemaColumn)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also