I need to read a cloumn from database depending upon some parameter..
Like if database has two column status ans id ..
then i have to read the id for if status is true..
Then pass this id to C# method.
How can i achieve this in SSIS.
So Basically my database package will read the data from SQL Server and pass it to the C# method..