TableInfo ITabularDataSource.GetRowFormat(IShellContext context)
 {
     using (var childCtx = context.CreateChildContext())
     {
         childCtx.SetVariable(context.Replace(PropertyName), context.Replace(PrimaryFile));
         return(SourceTemplate.GetRowFormat(childCtx));
     }
 }