MetadataReaderLoad Method |
Loads the metadata file into the database
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
string fileName
)
Public Sub Load (
fileName As String
)
Parameters
- fileName
- Type: SystemString
The name of the file to load. If this file is the application object's metadata, then the entire application is loaded from the same path.
See Also