This is a C# question
That said presumably it means whatever is in table.Name, so if table.Name contains 'Orders' then the above would translate to SELECT 1 FROM [dbo].[Orders]
SELECT 1 FROM [dbo].[Orders]
No comments:
Post a Comment