예제 #1
0
        internal object GetDataSourcePropertyValue(Guid propertySet, int propertyID)
        {
            OleDbConnectionInternal connection = GetOpenConnection();

            return(connection.GetDataSourcePropertyValue(propertySet, propertyID));
        }