Dear All,
I have a project in C# where I create my tables in SQL server using the Server Management Objects for SQL Server in my program.
I need to create a column using SMO in C# where the primary key field is an autonumbering field.
Can someone tell me how that is accomplished using SMO in C#?
Tony