Method Clone
Clone()
Creates a deep clone of this DataSource instance.
public DataSource Clone()
Returns
- DataSource
A new DataSource instance that is a deep clone of the current instance, ensuring that modifications to the clone do not affect the original.