Read binary relation data from an IDataReader, e.g. a database via DbDataReader
Declaring type: RelationData
Namespace: MyMediaLite.IO
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static SparseBooleanMatrix Read (
        IDataReader reader,
        EntityMapping mapping
) 
Parameters
reader
an IDataReader to be read from
mapping
the mapping object for the given entity type
Return Value
the relation data