Read binary attribute data from a file
Declaring type: AttributeData
Namespace: MyMediaLite.IO
Assembly: MyMediaLite
Collapse/Expand Overload List
  Name Description
Public Method Static AttributeData.Read (string, EntityMapping) Read binary attribute data from a file
Public Method Static AttributeData.Read (StreamReader, EntityMapping) Read binary attribute data from a StreamReader
Public Method Static AttributeData.Read (IDataReader, EntityMapping) Read binary attribute data from an IDataReader, e.g. a database via DbDataReader