MasterDetailEngine Constructor (Type, Type, CommonSelector, String) |
Initializes a new instance of the MasterDetailEngine class with the specified type of records.
Namespace:
FileHelpers.MasterDetail
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic MasterDetailEngine(
Type masterType,
Type detailType,
CommonSelector action,
string selector
)
Public Sub New (
masterType As Type,
detailType As Type,
action As CommonSelector,
selector As String
)
Parameters
- masterType
- Type: SystemType
The master record class. - detailType
- Type: SystemType
The detail record class. - action
- Type: FileHelpers.MasterDetailCommonSelector
The CommonSelector used by the engine (only for read operations) - selector
- Type: SystemString
The string passed as the selector.
See Also