Member Junction
    Preparing search index...

    Function GetEntityNameFromSchemaAndViewString

    • This function is used to get the entity name from the schema.view string

      Parameters

      • schemaAndView: string

        this string contains the combined schema name and base view name, for example: "dbo.vwMyView"

      • Optionalprovider: IMetadataProvider

        optional, if you want to use a different provider than the default one

      Returns string