MyMediaLite
AttributeData.Read Method (IDataReader, IEntityMapping)
Syntax
Collapse All
Read binary attribute data from an IDataReader, e.g. a database via DbDataReader
Declaring type:
AttributeData
Namespace:
MyMediaLite.IO
Assembly:
MyMediaLite
Syntax
C#
public static SparseBooleanMatrix Read ( IDataReader
reader
, IEntityMapping
mapping
)
Parameters
reader
an IDataReader to be read from
mapping
the mapping object for the given entity type
Return Value
the attribute data
Top
Generated by
ImmDoc .NET
.