Метод | Описание | |
---|---|---|
Read ( IDataReader reader, IEntityMapping mapping ) : |
Read binary relation data from an IDataReader, e.g. a database via DbDataReader
|
|
Read ( |
Read binary relation data from file The expected (sparse) line format is: ENTITY_ID whitespace ENTITY_ID for the relations that hold. |
|
Read ( string filename, IEntityMapping mapping ) : |
Read binary attribute data from file The expected (sparse) line format is: ENTITY_ID whitespace ENTITY_ID for the relations that hold. |
public static Read ( IDataReader reader, IEntityMapping mapping ) : |
||
reader | IDataReader | an IDataReader to be read from |
mapping | IEntityMapping | the mapping object for the given entity type |
Результат |
public static Read ( |
||
reader | a StreamReader to be read from | |
mapping | IEntityMapping | the mapping object for the given entity type |
Результат |
public static Read ( string filename, IEntityMapping mapping ) : |
||
filename | string | the name of the file to be read from |
mapping | IEntityMapping | the mapping object for the given entity type |
Результат |