• 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"

    • Optional provider: IMetadataProvider

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

    Returns string | null