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, IEntityMapping) Read binary attribute data from a file
Public Method Static AttributeData.Read (StreamReader, IEntityMapping) Read binary attribute data from a StreamReader
Public Method Static AttributeData.Read (IDataReader, IEntityMapping) Read binary attribute data from an IDataReader, e.g. a database via DbDataReader