Метод | Описание | |
---|---|---|
AddRecord ( string name, IEnumerable |
||
FileRecordStore ( ) : System | ||
GetRecord ( string name ) : IEnumerable |
Retrieves the specified record. The record chosen is the first one to match, in order, any of the following: a) an exact match b) a record name starting with the specified name c) a record name containing the specified name d) a record name containing the specified name nonconsecutively
|
|
GetRecordNames ( ) : IEnumerable |
public AddRecord ( string name, IEnumerable |
||
name | string | |
lines | IEnumerable |
|
Результат | void |
public GetRecord ( string name ) : IEnumerable |
||
name | string | |
Результат | IEnumerable |