DBSchemaRetrieverRetrieveTableValuedFunctionsResultsetMetaData Method |
Retrieves the stored procedure resultset meta data for all stored procedures in schemaToFill which names are present in elementNames.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected virtual void RetrieveTableValuedFunctionsResultsetMetaData(
DBSchema schemaToFill,
IEnumerable<DBElementName> elementNames
)
Protected Overridable Sub RetrieveTableValuedFunctionsResultsetMetaData (
schemaToFill As DBSchema,
elementNames As IEnumerable(Of DBElementName)
)
Parameters
- schemaToFill
- Type: SD.LLBLGen.Pro.DBDriverCoreDBSchema
The schema to fill. - elementNames
- Type: System.Collections.GenericIEnumerableDBElementName
The element names.
See Also