Hello,
we have created a table and the table has a column like below.
StartDateTime] datetime2](7) GENERATED ALWAYS AS ROW START NOT NULL,
>EndDateTime] datetime2](7) GENERATED ALWAYS AS ROW END NOT NULL,
These both generate automatic so we don't need to pass by SMO but k2 object is taking as mandatory to this feild and when I pass this value to SQL, SQL throw error as this generates by SQL.
How can we handle this in k2?