What is meant by connection.Dispose() in C#?
connection.Dispose()
the conn.Dispose() is call the function in unmanage code.
in fact when programming,you needn't to call this function,just call the conn.Close();