'Declaration Public Property Connection As System.Data.Common.DbConnection
public System.Data.Common.DbConnection Connection {get; set;}
'Declaration Public Property Connection As System.Data.Common.DbConnection
public System.Data.Common.DbConnection Connection {get; set;}
If ConnectionString property set to a non empty value, C1DataViewSet creates a DbConnection derived object of the type corresponding to the value of the ConnectionProvider property, which is accessible via this property.
This property can be set directly in run time to an instance of a DbConnection derived object denoting a desired database. In this case values of ConnectionString and ConnectionProvider are updated accordingly.