SchemaInfoCollectionLoadFromParameters Method |
Load the schema information from the provided command parameters.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void LoadFromParameters(
IDataParameterCollection parameters
)
Public Sub LoadFromParameters (
parameters As IDataParameterCollection
)
Parameters
- parameters
- Type: System.DataIDataParameterCollection
The parameters from which to load schema information.
See Also