Hello:
Hi, I have this problem with generated UPDATE command for TableAdapter:
Parameters for UPDATE command, which started with @IsNull_ColumnName
have DbType Int32, but if I have for expamle column CompanyName with value
"Microsoft", there is value "Microsoft" in @IsNull_CompanyName parameter(
Hi, I have this problem with generated UPDATE command for TableAdapter:
Parameters for UPDATE command, which started with @IsNull_ColumnName
have DbType Int32, but if I have for expamle column CompanyName with value
"Microsoft", there is value "Microsoft" in @IsNull_CompanyName parameter(I
try to