EfMultitenant
EfMultitenant copied to clipboard
annotation always is null.
MetadataProperty annotation = type.MetadataProperties["Members"].MetadataProperties.SingleOrDefault(p => p.Name.EndsWith(string.Format("customannotation:{0}", TenantAnnotation)));
Thanks for your help
Thank you @mikeandersun for your feedback. Could you point a sample project to reproduce the case as I can't do it in my environment.