0

I'm using Microsoft.SqlServer.Dac.Compare to compare two database and create a custom script.

My problem is to get the sql data type of the column from the object TsqlObject.

I can acess at lot proprerties from the column except the sql data type.

fmalh3iro
  • 384
  • 2
  • 7

1 Answers1

0

You can access the property from the datadeader

    sqlReader.GetFieldType(intPositionalFieldIndex)