You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the class has more properties than the dbdatareader number of columns, then iterate the dbdatareader columns and extract the result back to the model.
If the dbdatareader number of columns is much more greater than the number of class properties, then iterate the class properties and retrieve the value from the dbdatareader.
[Scenarios]