internal object GetDataSourcePropertyValue(Guid propertySet, int propertyID) { OleDbConnectionInternal connection = GetOpenConnection(); return(connection.GetDataSourcePropertyValue(propertySet, propertyID)); }